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

2.2.2.8 AUX_PERF_PROCESSINFO
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
ProcessGuid byte[]
ProcessID short
ProcessName byte[]
ProcessNameOffset short
Reserved1 short
Reserved2 short

Méthodes publiques

Méthode Description
Serialize ( ) : byte[]

Serializes AUX_PERF_PROCESSINFO to a byte array

Method Details

Serialize() public méthode

Serializes AUX_PERF_PROCESSINFO to a byte array
public Serialize ( ) : byte[]
Résultat byte[]

Property Details

ProcessGuid public_oe property

ProcessGuid (16 bytes): GUID representing the client process to associate with the process identification number in field ProcessID.
public byte[] ProcessGuid
Résultat byte[]

ProcessID public_oe property

ProcessID (2 bytes): Client-assigned process identification number.
public short ProcessID
Résultat short

ProcessName public_oe property

ProcessName (variable): A null-terminated Unicode string that contains the client process name. This variable field is offset from the beginning of the AUX_HEADER structure by the ProcessNameOffset value.
public byte[] ProcessName
Résultat byte[]

ProcessNameOffset public_oe property

ProcessNameOffset (2 bytes): The offset from the beginning of the AUX_HEADER structure to the ProcessName field. A value of zero indicates that the ProcessName field is null or empty.
public short ProcessNameOffset
Résultat short

Reserved1 public_oe property

Reserved_1 (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 Reserved1
Résultat short

Reserved2 public_oe property

Reserved_2 (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 Reserved2
Résultat short