共用方式為


GetPointerType 函式 (winuser.h)

擷取指定指標的指標類型。

語法

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

參數

[in] pointerId

要擷取指標類型的指標識別碼。

[out] pointerType

接收指標輸入類型的 POINTER_INPUT_TYPE 位址。

傳回值

如果函式成功,則傳回值為非零。

如果此函式失敗,則傳回值為零。 若要取得擴充的錯誤資訊,請呼叫 GetLastError

備註

應用程式可以使用 GetPointerType 函式來判斷指標類型,如果想要以不同方式回應不同類型的指標。

注意 此函式永遠不會傳回泛型 PT_POINTER 類型。
 

規格需求

   
最低支援的用戶端 Windows 8 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2012 [僅限傳統型應用程式]
目標平台 Windows
標頭 winuser.h (包括 Windows.h)
程式庫 User32.lib
Dll User32.dll
API 集合 ext-ms-win-rtcore-ntuser-wmpointer-l1-1-0 (Windows 10 10.0.14393 版)

請參閱

函式