Свойство | Type | Description | |
---|---|---|---|
cacheSlot | ushort | ||
destPtsCount | ushort | ||
destPtsList | List |
||
surfaceId | ushort |
Méthode | Description | |
---|---|---|
AddDestPosition ( |
Add more position in destination surface to be copied.
|
|
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_CACHE_TO_SURFACE ( ) : System |
Constructor
|
|
RDPGFX_CACHE_TO_SURFACE ( ushort slot, ushort sid ) : System |
Constructor, create a cache to surface message, with only 1 destination copy position.
|
public AddDestPosition ( |
||
destPosition | This is used to specify a destination position of source rectangle bitmap to be copied. | |
Résultat | void |
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. |
Résultat | 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. |
Résultat | void |
public RDPGFX_CACHE_TO_SURFACE ( ) : System | ||
Résultat | System |
public RDPGFX_CACHE_TO_SURFACE ( ushort slot, ushort sid ) : System | ||
slot | ushort | This is used to indicate a cache slot. |
sid | ushort | This is used to indicate the destination surface id. |
Résultat | System |