C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_COMPRESSED_BITMAP_HEADER_EX

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
highUniqueId uint
lowUniqueId uint
tmMilliseconds ulong
tmSeconds ulong

Описание свойств

highUniqueId публичное свойство

A 32-bit, unsigned integer that contains the high-order bits of a unique 64-bit identifier for the bitmap data.
public uint highUniqueId
Результат uint

lowUniqueId публичное свойство

A 32-bit, unsigned integer that contains the low-order bits of a unique 64-bit identifier for the bitmap data.
public uint lowUniqueId
Результат uint

tmMilliseconds публичное свойство

A 64-bit, unsigned integer that contains the milliseconds component of the timestamp that indicates when the bitmap data was generated. The timestamp (composed of the tmMilliseconds and tmSeconds fields), denotes the period of time that has elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds.
public ulong tmMilliseconds
Результат ulong

tmSeconds публичное свойство

A 64-bit, unsigned integer that contains the seconds component of the timestamp that indicates when the bitmap data was generated. The timestamp (composed of the tmMilliseconds and tmSeconds fields), denotes the period of time that has elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds.
public ulong tmSeconds
Результат ulong