C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_BITMAPCACHE_PERSISTENT_LIST_ENTRY

The TS_BITMAPCACHE_PERSISTENT_LIST_ENTRY structure contains a 64-bit bitmap key to be sent back to the server.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_17_1_1.xml
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
Key1 uint
Key2 uint

Public Methods

Method Description
TS_BITMAPCACHE_PERSISTENT_LIST_ENTRY ( uint key1, uint key2 ) : System

constructor.

Method Details

TS_BITMAPCACHE_PERSISTENT_LIST_ENTRY() public method

constructor.
public TS_BITMAPCACHE_PERSISTENT_LIST_ENTRY ( uint key1, uint key2 ) : System
key1 uint
key2 uint
return System

Property Details

Key1 public_oe property

Low 32 bits of the 64-bit persistent bitmap cache key.
public uint Key1
return uint

Key2 public_oe property

A 32-bit unsigned integer. High 32 bits of the 64-bit persistent bitmap cache key.
public uint Key2
return uint