2.3.1.3.2 ReturnArgumentsArray
The ReturnArgumentsArray record contains return arguments for the IsPrincipalMemberOf operation.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RecordTypeEnum |
ObjectId |
||||||||||||||||||||||||||||||
|
... |
Length |
||||||||||||||||||||||||||||||
|
... |
NullValues |
Principal |
|||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
RecordTypeEnum (1 byte): A RecordTypeEnumeration value that identifies the record type. The value MUST be 0x10.
ObjectId (4 bytes): An INT32 value ([MS-DTYP] section 2.2.22) that uniquely identifies the array instance in the serialization stream. The ID MUST be a positive integer. An implementation MAY use any algorithm to generate the unique IDs.
Length (4 bytes): An INT32 value ([MS-DTYP] section 2.2.22) that specifies the number of return arguments. The value MUST be 5.
NullValues (2 bytes): An ObjectNullMultiple256 record. The value of the NullCount field MUST be 0x04.
Principal (5 bytes): A MemberReference value that identifies a Principal record later in the serialization stream by Object Id.