PTM_RAW_DATA (Windows CE 5.0)
This structure describes an array of values indexed by order of appearance in the description table.
typedef struct _PTM_RAW_DATA { DWORD dwSize; [size_is (dwSize)] BYTE* pdwRawData;} PTM_RAW_DATA;
Members
dwSize
Total buffer size in bytes for one object.This value should be the sum of all field sizes in the object descriptor.
pdwRawData
Pointer to an array of bytes with all fields for one object juxtaposed.
Requirements
OS Version: Windows CE 5.0 and later.
Header: FlexiPMTInfo.h.
See Also
Send Feedback on this topic to the authors