Share via


IReplStore::BytesToObject

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

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.