C# Class Microsoft.Protocols.TestSuites.MS_OXCRPC.AUX_PERF_ACCOUNTINFO

2.2.2.20 AUX_PERF_ACCOUNTINFO
显示文件 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
Account byte[]
ClientID short
Reserved short

Public Methods

Method Description
Serialize ( ) : byte[]

Serializes AUX_PERF_ACCOUNTINFO to a byte array

Method Details

Serialize() public method

Serializes AUX_PERF_ACCOUNTINFO to a byte array
public Serialize ( ) : byte[]
return byte[]

Property Details

Account public_oe property

Account (16 bytes): A GUID representing the client account information that relates to the client identification number in the ClientID field.
public byte[] Account
return byte[]

ClientID public_oe property

ClientID (2 bytes): Client assigned identification number.
public short ClientID
return short

Reserved public_oe property

Reserved (2 bytes): Padding to enforce alignment of the data on a 4-byte field. The client can fill this field with any value when writing the stream. The server MUST ignore the value of this field when reading the stream.
public short Reserved
return short