Struttura SColumnSetID (mmc.h)
La struttura SColumnSetID viene introdotta in MMC 1.2.
La struttura SColumnSetID viene utilizzata dal formato degli Appunti CCF_COLUMN_SET_ID .
La struttura SColumnSetID contiene una matrice di byte che rappresentano l'ID del nodo.
Sintassi
typedef struct _SColumnSetID {
DWORD dwFlags;
DWORD cBytes;
BYTE id[1];
} SColumnSetID;
Members
dwFlags
Riservato per utilizzi futuri. Deve essere 0.
cBytes
Numero di byte nella matrice id .
id[1]
Byte che contiene l'ID del set di colonne.
Commenti
Per informazioni dettagliate sull'uso della struttura SColumnSetID con il formato degli Appunti CCF_COLUMN_SET_ID, vedere CCF_COLUMN_SET_ID.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista |
Server minimo supportato | Windows Server 2008 |
Intestazione | mmc.h |