Structure SHITEMID (shtypes.h)
Définit un identificateur d’élément.
Syntaxe
typedef struct _SHITEMID {
USHORT cb;
BYTE abID[1];
} SHITEMID;
Membres
cb
Type : USHORT
Taille de l’identificateur, en octets, y compris cb lui-même.
abID[1]
Type : BYTE[1]
Identificateur d’élément de longueur variable.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau uniquement] |
En-tête | shtypes.h |