SHITEMID structure
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
-
Type: BYTE[1]
-
A variable-length item identifier.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: