IReplStore::BytesToObject

Note   This interface is not supported on Windows CE 3.0-based platforms.

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
    Long pointer to a buffer where the array of bytes should be stored. This parameter can be NULL.
  • cb
    Size of the buffer.

Remarks

The IReplStore::ObjectToBytes method is used to convert a series of bytes into an item or folder handle. BytesToObject returns the new handle.

Requirements

Runs On Versions Defined in Include Link to
Windows CE OS 2.0 and later Cesync.h    

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

IReplStore::ObjectToBytes, HREPLFLD, HREPLITEM, HREPLOBJ

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.