DXGK_POINTERFLAGS结构标识显示微型端口驱动程序的鼠标指针功能,驱动程序通过调用其 DxgkDdiQueryAdapterInfo 函数提供该驱动程序。语法C++ 复制 typedef struct _DXGK_POINTERFLAGS { union { struct { UINT Monochrome : 1; UINT Color : 1; UINT MaskedColor : 1; UINT Reserved : 29; }; UINT Value; }...