Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents the format of a synchronization entity ID.
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 0.
Requirements
Header: Synchronization.h