GetPointerPenInfo function user32
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);