Свойство | Type | Description | |
---|---|---|---|
cacheKey | ulong | ||
cacheSlot | ushort | ||
rectSrc | |||
surfaceId | ushort |
Méthode | 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_SURFACE_TO_CACHE ( ) : System |
Constructor
|
|
RDPGFX_SURFACE_TO_CACHE ( ushort sid, ulong key, ushort slot, |
Constructor, create a surface to cache message.
|
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_SURFACE_TO_CACHE ( ) : System | ||
Résultat | System |
public RDPGFX_SURFACE_TO_CACHE ( ushort sid, ulong key, ushort slot, |
||
sid | ushort | This is used to indicate surface id. |
key | ulong | This is used to indicate a key to associate with the bitmap cache entry. |
slot | ushort | This is used to indicate the index of the bitmap cache entry in which /// the source bitmap data is stored. |
rect | This is used to indicate rectangle that bounds the source bitmap. | |
Résultat | System |
public RDPGFX_RECT16,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx rectSrc | ||
Résultat |