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

The TS_POINTERATTRIBUTE structure is used to send pointer data at an arbitrary color depth. Support for the New Pointer Update is advertised in the Pointer Capability Set.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_8_1_1_4_5.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
colorPtrAttr TS_COLORPOINTERATTRIBUTE
xorBpp ushort

프로퍼티 상세

colorPtrAttr 공개적으로 프로퍼티

Encapsulated Color Pointer Update structure which contains information about the pointer. The Color Pointer Update fields are all used, as specified in section ; however, the XOR mask data alignment packing is slightly different. For monochrome (1 bit-per-pixel) pointers the XOR data is always padded to a 4-byte boundary per scan line, while color pointer XOR data is still packed on a 2-byte boundary. Color XOR data is presented in the color depth described in the xorBpp field (for 8 bits-per-pixel, each byte contains one palette index; for 4 bits-per-pixel there are two palette indices per byte).
public TS_COLORPOINTERATTRIBUTE,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr colorPtrAttr
리턴 TS_COLORPOINTERATTRIBUTE

xorBpp 공개적으로 프로퍼티

A 16-bit unsigned integer. The color depth in bits-per-pixel of the XOR mask contained in the colorPtrAttr field.
public ushort xorBpp
리턴 ushort