C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_COMPRESSED_BITMAP_HEADER_EX

Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
highUniqueId uint
lowUniqueId uint
tmMilliseconds ulong
tmSeconds ulong

Property Details

highUniqueId public_oe property

A 32-bit, unsigned integer that contains the high-order bits of a unique 64-bit identifier for the bitmap data.
public uint highUniqueId
return uint

lowUniqueId public_oe property

A 32-bit, unsigned integer that contains the low-order bits of a unique 64-bit identifier for the bitmap data.
public uint lowUniqueId
return uint

tmMilliseconds public_oe property

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
return ulong

tmSeconds public_oe property

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
return ulong