GetPointerPenInfo function user32

int GetPointerPenInfo(
  1. int pointerId,
  2. Pointer<POINTER_PEN_INFO> penInfo
)

Gets the pen-based information for the specified pointer (of type PT_PEN) associated with the current message.

BOOL GetPointerPenInfo(
  [in]  UINT32           pointerId,
  [out] POINTER_PEN_INFO *penInfo
);

Implementation

int GetPointerPenInfo(int pointerId, Pointer<POINTER_PEN_INFO> penInfo) =>
    _GetPointerPenInfo(pointerId, penInfo);