Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gives information about the capabilities of the cursor.
Syntax
struct IDDCX_CURSOR_CAPS {
UINT Size;
IDDCX_XOR_CURSOR_SUPPORT ColorXorCursorSupport;
BOOL AlphaCursorSupport;
UINT MaxX;
UINT MaxY;
};
Members
Size
Total size of the structure.
ColorXorCursorSupport
Indicates what level of support the driver has for XOR masks in the 32-bit masked color cursor format.
AlphaCursorSupport
Indicates if the adapter supports the 32-bit alpha cursor format. Most cursors are alpha format.
MaxX
The maximum width supported for all supported cursor types.
MaxY
The maximum height support for all cursor types.
Requirements
Requirement | Value |
---|---|
Header | iddcx.h |