// iddcx.h
struct IDARG_IN_SETUP_HWCURSOR {
IDDCX_CURSOR_CAPS CursorInfo;
HANDLE hNewCursorDataAvailable;
};
View the official Windows Driver Kit DDI referenceNo description available.
The IDARG_IN_SETUP_HWCURSOR structure is an input parameter passed to IddCxMonitorSetupHardwareCursor to provide information about new cursors associated with a monitor.
CursorInfo[in] An IDDCX_CURSOR_CAPS structure that provides information about a cursor's capabilities for this path.
hNewCursorDataAvailable[in] An event handle that will be triggered when new cursor data is available.
IddCxMonitorSetupHardwareCursor