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.
3/28/2014
This structure defines an item identifier.
Syntax
typedef struct _SHITEMID {
USHORT cb;
BYTE abID[1];
} SHITEMID;
Members
- cb
Size of identifier, in bytes, including cb itself.
- abID
Variable-length item identifier.
Requirements
Header |
shtypes.h |