Ejemplo n.º 1
0
 /// <summary>
 /// Method to set information for this object type.
 /// </summary>
 /// <param name="info_class">The information class.</param>
 /// <param name="buffer">The buffer to set data from.</param>
 /// <returns>The NT status code for the set.</returns>
 public override NtStatus SetInformation(AlpcPortInformationClass info_class, SafeBuffer buffer)
 {
     return(NtSystemCalls.NtAlpcSetInformation(Handle, info_class, buffer, (int)buffer.ByteLength));
 }