Struttura SHITEMID (shtypes.h)
Definisce un identificatore di elemento.
Sintassi
typedef struct _SHITEMID {
USHORT cb;
BYTE abID[1];
} SHITEMID;
Members
cb
Tipo: USHORT
Dimensione dell'identificatore, in byte, incluso cb stesso.
abID[1]
Tipo: BYTE[1]
Identificatore di elemento a lunghezza variabile.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Intestazione | shtypes.h |