2.2.21.5 EntryHeader

The EntryHeader structure is used to describe an opaque array of bytes associated with a context property within the context ORPC extension.

All fields MUST be marshaled with the same endianness as the encompassing RPC PDU.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

Signature

cbEHBuffer

cbSize

reserved

policyID (16 bytes)

...

...

Signature (4 bytes): This MUST be set to 0x494E414E.

cbEHBuffer (4 bytes):  The unsigned size (in bytes) of the opaque policy data buffer corresponding to this EntryHeader. This MUST NOT be zero.

cbSize (4 bytes): The unsigned size (in bytes) of the offset from the beginning of the context ORPC extension buffer to the beginning of the opaque policy data buffer corresponding to this EntryHeader.

reserved (4 bytes):  This MUST be set to 0x00000000 and MUST be ignored on receipt.

policyID (16 bytes):  A GUID that MUST contain a context property identifier.