C# 클래스 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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Key1 uint
Key2 uint

공개 메소드들

메소드 설명
TS_BITMAPCACHE_PERSISTENT_LIST_ENTRY ( uint key1, uint key2 ) : System

constructor.

메소드 상세

TS_BITMAPCACHE_PERSISTENT_LIST_ENTRY() 공개 메소드

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

프로퍼티 상세

Key1 공개적으로 프로퍼티

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

Key2 공개적으로 프로퍼티

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