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.
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 |