ID_PARAMETER_PAIR structure (winsync.h)
Represents the format of a synchronization entity ID.
Syntax
typedef struct _ID_PARAMETER_PAIR {
BOOL fIsVariable;
USHORT cbIdSize;
} ID_PARAMETER_PAIR;
Members
fIsVariable
TRUE if the ID is variable length; otherwise, FALSE.
cbIdSize
The length of the ID when fIsVariable is FALSE. The maximum length of the ID when fIsVariable is TRUE. Must be greater than zero.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | winsync.h |