Property | Type | Description | |
---|---|---|---|
mappedHeight | uint | ||
mappedWidth | uint | ||
surfaceId | ushort | ||
windowId | ulong |
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_MAP_SURFACE_TO_WINDOW ( ) : System |
Constructor
|
|
RDPGFX_MAP_SURFACE_TO_WINDOW ( ushort surfaceId, ulong windowId, uint mappedWidth, uint mappedHeight ) : System |
Constructor
|
public Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool | ||
marshaler | Microsoft.Protocols.TestTools.StackSdk.PduMarshaler | This is used to decode 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_MAP_SURFACE_TO_WINDOW ( ) : System | ||
return | System |
public RDPGFX_MAP_SURFACE_TO_WINDOW ( ushort surfaceId, ulong windowId, uint mappedWidth, uint mappedHeight ) : System | ||
surfaceId | ushort | |
windowId | ulong | |
mappedWidth | uint | |
mappedHeight | uint | |
return | System |