IDARG_IN_SETUP_HWCURSOR structure (iddcx.h)

The IDARG_IN_SETUP_HWCURSOR structure is an input parameter passed to IddCxMonitorSetupHardwareCursor to provide information about new cursors associated with a monitor.

Syntax

struct IDARG_IN_SETUP_HWCURSOR {
  IDDCX_CURSOR_CAPS CursorInfo;
  HANDLE            hNewCursorDataAvailable;
};

Members

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.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Header iddcx.h

See also

CreateEvent

IddCxMonitorSetupHardwareCursor