CSPROPERTY (Compact 2013)
3/26/2014
This structure describes the property and request type of a property request.
Syntax
typedef struct {
union {
struct {
GUID Set;
ULONG Id;
ULONG Flags;
};
LONGLONG Alignment;
};
} CSIDENTIFIER, *PCSIDENTIFIER;
typedef CSIDENTIFIER CSPROPERTY, *PCSPROPERTY, CSMETHOD, \
*PCSMETHOD, CSEVENT, *PCSEVENT;
Members
- Set
A GUID value identifying a set of functionally similar operations.
- Id
A ULONG value identifying an the property within the set. Each property is represented by a value in the Id member.
- Flags
A ULONG value that identifies the type of operation. This value must be set to one of the CSPROPERTY_TYPE Values.
Requirements
Header |
cs.h |