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.
1/5/2010
This structure describes an array of values indexed by order of appearance in the description table.
Syntax
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
| Header | FlexiPMTInfo.h |
| Windows Embedded CE | Windows CE 5.0 and later |