ID_PARAMETER_PAIR-Struktur
Stellt das Format einer Synchronisierungsentitäts-ID dar.
typedef struct _ID_PARAMETER_PAIR
{
BOOL fIsVariable;
USHORT cbIdSize;
} ID_PARAMETER_PAIR;
Member
- fIsVariable
TRUE, wenn die ID eine variable Länge hat, andernfalls FALSE.
- cbIdSize
Die Länge der ID, wenn fIsVariable FALSE ist. Die maximale Länge der ID, wennfIsVariable TRUE ist. Dieser Wert muss größer als 0 sein.
Anforderungen
Header: Synchronization.h