GetPointerInfo function user32

int GetPointerInfo(
  1. int pointerId,
  2. Pointer<POINTER_INFO> pointerInfo
)

Gets the information for the specified pointer associated with the current message.

BOOL GetPointerInfo(
  [in]  UINT32       pointerId,
  [out] POINTER_INFO *pointerInfo
);

Implementation

int GetPointerInfo(int pointerId, Pointer<POINTER_INFO> pointerInfo) =>
    _GetPointerInfo(pointerId, pointerInfo);