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 a generic header for property data that can contain multiple entries.
Syntax
typedef struct {
ULONG Size;
ULONG Count;
} CSMULTIPLE_ITEM, *PCSMULTIPLE_ITEM;
Members
- Size
A ULONG value that specifies the size in bytes of this header and the property data that follows.
- Count
A ULONG value that specifies the number of buffers that follow this header.
Requirements
| Header | cs.h |
| Windows Embedded CE | Windows Embedded CE 6.0 and later |