Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Represents an identifier for an item, change unit, or replica.
Syntax
typedef struct _SYNC_ID
{
USHORT cbIdSize;
[size_is(cbIdSize-sizeof(USHORT))] BYTE pbId[*];
} SYNC_ID;
Members
cbIdSize
The total number of bytes in the SYNC_ID structure. This value is the number of bytes that is contained in pbId plus the 2 bytes that are used by the cbIdSize parameter. For example, if pbId contains 16 bytes of data, cbIdSize must be set to 18. Must be greater than 0.pbId
The ID of the synchronization entity.
Remarks
Note
All IDs that are passed to Sync Framework must be in the same format as that specified by the ID_PARAMETERS structure.
Requirements
Header: Synchronization.h