Property | Type | Description | |
---|---|---|---|
height | ushort | ||
pixFormat | PixelFormat | ||
surfaceId | ushort | ||
width | ushort |
Method | Description | |
---|---|---|
Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool |
Encode this PDU to the PduMarshaler.
|
|
Encode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : void |
Decode this PDU from the PduMarshaler.
|
|
RDPGFX_CREATE_SURFACE ( ) : System |
Constructor
|
|
RDPGFX_CREATE_SURFACE ( ushort sid, ushort w, ushort h, PixelFormat pix ) : System |
constructor, create a CreatSurface message
|
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 |
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 |
public RDPGFX_CREATE_SURFACE ( ushort sid, ushort w, ushort h, PixelFormat pix ) : System | ||
sid | ushort | This is used to indicate surface id. |
w | ushort | This is used to indicate width of surface. |
h | ushort | This is used to indicate height of surface. |
pix | PixelFormat | This is used to indicate pixel format of surface. |
return | System |