GetPointerType function user32

int GetPointerType(
  1. int pointerId,
  2. Pointer<Int32> pointerType
)

Retrieves the pointer type for a specified pointer.

BOOL GetPointerType(
  [in]  UINT32             pointerId,
  [out] POINTER_INPUT_TYPE *pointerType
);

Implementation

int GetPointerType(int pointerId, Pointer<Int32> pointerType) =>
    _GetPointerType(pointerId, pointerType);