SHITEMID structure (shtypes.h)
Defines an item identifier.
Syntax
typedef struct _SHITEMID {
USHORT cb;
BYTE abID[1];
} SHITEMID;
Members
cb
Type: USHORT
The size of identifier, in bytes, including cb itself.
abID[1]
Type: BYTE[1]
A variable-length item identifier.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | shtypes.h |