IDARG_IN_SETUP_HWCURSOR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iddcx.h

struct IDARG_IN_SETUP_HWCURSOR {
  IDDCX_CURSOR_CAPS CursorInfo;
  HANDLE            hNewCursorDataAvailable;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iddcx-idarg_in_setup_hwcursor)

IDARG_IN_SETUP_HWCURSOR structure

Description

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

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.

See also

CreateEvent

IddCxMonitorSetupHardwareCursor