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 Shell item resource.
Syntax
typedef struct SHELL_ITEM_RESOURCE {
GUID guidType;
WCHAR szName[260];
} SHELL_ITEM_RESOURCE;
Members
guidType
Type: GUID
The GUID that identifies the item.
szName[260]
Type: WCHAR[MAX_PATH]
The item name. A null-terminated Unicode buffer of size MAX_LENGTH characters.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | shobjidl_core.h (include Shobjidl.h) |