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/6/2010
This structure is used for retrieving custom data.
Syntax
typedef struct tagCUSTDATA {
DWORD cCustData;
LPCUSTDATAITEM prgCustData;
} CUSTDATA, *LPCUSTDATA;
Members
- cCustData
Number of custom data items in prgCustData.
- prgCustData
Pointer to an array of custom data items.
Requirements
| Header | oaidl.h |
| Windows Embedded CE | Windows CE 2.0 and later |