C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_CACHE_ENTRY_METADATA

This structure specifies attributes of a bitmap cache entry stored on the client
Mostra file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
bitmapLength uint
cacheKey ulong

Property Details

bitmapLength public_oe property

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

cacheKey public_oe property

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