2.2.2.8 PropertyGroupInfo Structure
The PropertyGroupInfo structure specifies a mapping between a group index and property tags within a property group. For more details about property groups, see section 3.2.5.7.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
GroupId |
|||||||||||||||||||||||||||||||
Reserved |
|||||||||||||||||||||||||||||||
GroupCount |
|||||||||||||||||||||||||||||||
Groups (variable) |
|||||||||||||||||||||||||||||||
... |
GroupId (4 bytes): An unsigned 32-bit integer value that identifies a property mapping within the current synchronization download context.
Reserved (4 bytes): This value MUST be set to 0x00000000.
GroupCount (4 bytes): An unsigned 32-bit integer value that specifies how many PropertyGroup structures, as specified in section 2.2.2.8.1, are present in the Groups field. This field MUST NOT be set to 0x00000000.
Groups (variable): An array of PropertyGroup structures, as specified in section 2.2.2.8.1. The number of PropertyGroup structures in this value is specified by the value of the GroupCount field.