Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The SColumnSetID structure is introduced in MMC 1.2.
The SColumnSetID structure is used by the CCF_COLUMN_SET_ID clipboard format.
The SColumnSetID structure contains an array of bytes that represent the node ID.
Syntax
typedef struct _SColumnSetID {
DWORD dwFlags;
DWORD cBytes;
BYTE id[1];
} SColumnSetID;
Members
dwFlags
Reserved for future use. Must be 0.
cBytes
The count of bytes in the id array.
id[1]
The bytes that contains the column set ID.
Remarks
For details on using the SColumnSetID structure with the CCF_COLUMN_SET_ID clipboard format, see CCF_COLUMN_SET_ID.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | mmc.h |