C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_CACHE_ENTRY_METADATA

This structure specifies attributes of a bitmap cache entry stored on the client
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bitmapLength uint
cacheKey ulong

프로퍼티 상세

bitmapLength 공개적으로 프로퍼티

A 32-bit unsigned integer, specifies the size of the bitmap cache entry, in bytes.
public uint bitmapLength
리턴 uint

cacheKey 공개적으로 프로퍼티

A 64-bit unsigned integer, specifies a unique key associated with the bitmap cache entry.
public ulong cacheKey
리턴 ulong