SHELL_ITEM_RESOURCE structure (shobjidl_core.h)
Définit la ressource d’élément Shell.
Syntaxe
typedef struct SHELL_ITEM_RESOURCE {
GUID guidType;
WCHAR szName[260];
} SHELL_ITEM_RESOURCE;
Membres
guidType
Type : GUID
GUID qui identifie l’élément.
szName[260]
Type : WCHAR[MAX_PATH]
Nom de l'élément. Mémoire tampon Unicode terminée par un caractère Null de taille MAX_LENGTH caractères.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
En-tête | shobjidl_core.h (incluez Shobjidl.h) |