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

Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

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