GetCursorInfo function user32

int GetCursorInfo(
  1. Pointer<CURSORINFO> pci
)

Retrieves information about the global cursor.

BOOL GetCursorInfo(
  PCURSORINFO pci
);

Implementation

int GetCursorInfo(Pointer<CURSORINFO> pci) => _GetCursorInfo(pci);