C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_DELETE_SURFACE

The RDPGFX_DELETE_SURFACE message is sent from server to instruct client to delete a surface.
Inheritance: RdpegfxServerPdu
Mostra file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
surfaceId ushort

Public Methods

Method Description
Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool

Decode this PDU from the PduMarshaler.

Encode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : void

Encode this PDU to the PduMarshaler.

RDPGFX_DELETE_SURFACE ( ) : System

Constructor

RDPGFX_DELETE_SURFACE ( ushort sid ) : System

Constructor, create a delete surface message.

Method Details

Decode() public method

Decode this PDU from the PduMarshaler.
public Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool
marshaler Microsoft.Protocols.TestTools.StackSdk.PduMarshaler This is used to encode the fields of this PDU.
return bool

Encode() public method

Encode this PDU to the PduMarshaler.
public Encode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : void
marshaler Microsoft.Protocols.TestTools.StackSdk.PduMarshaler This is used to encode the fields of this PDU.
return void

RDPGFX_DELETE_SURFACE() public method

Constructor
public RDPGFX_DELETE_SURFACE ( ) : System
return System

RDPGFX_DELETE_SURFACE() public method

Constructor, create a delete surface message.
public RDPGFX_DELETE_SURFACE ( ushort sid ) : System
sid ushort This is used to indicate surface id.
return System

Property Details

surfaceId public_oe property

A 16-bit, unsigned integer. specify the ID of the surface to be created.
public ushort surfaceId
return ushort