Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method converts an array of bytes to an HREPLOBJ, which can be HREPLITEM or HREPLFLD, when loading.
HREPLOBJ BytesToObject(LPBYTE lpb,UINT cb);
Parameters
- lpb
[in] Long pointer to a buffer where the array of bytes should be stored. This parameter can be NULL. - cb
[in] Size of the buffer.
Return Values
Returns HPREPLITEM or HPRELFLD, depending on object type.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Cesync.h.
Link Library: Coredll.lib.
See Also
IReplStore::ObjectToBytes | HREPLFLD | HREPLITEM | HREPLOBJ
Send Feedback on this topic to the authors