C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_COMPRESSED_BITMAP_HEADER_EX

파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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