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
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство 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
Résultat uint

cacheKey public_oe property

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