Contents Index Topic Contents | ||
Previous Topic: SHFILEOPSTRUCT Next Topic: SHNAMEMAPPING |
SHITEMID
typedef struct _SHITEMID { USHORT cb; BYTE abID[1]; } SHITEMID, * LPSHITEMID; typedef const SHITEMID * LPCSHITEMID;Defines an item identifier.
- cb
- Size of identifier, in bytes, including cb itself.
- abID
- Variable-length item identifier.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.