C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_CACHE_ENTRY_METADATA

This structure specifies attributes of a bitmap cache entry stored on the client
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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