Share via


IReplStore::BytesToObject (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.