BOOL GetPointerPenInfo( [in] UINT32 pointerId, [out] POINTER_PEN_INFO *penInfo ); 参数 [in] pointerId 要检索其信息的指针的标识符。 [out] penInfo 用于接收特定于笔的指针信息的 POINTER_PEN_INFO 结构的地址。 返回值 如果函数成功,则返回值为非零。
GetPointerPenInfo通常只对PT_PEN类型的指针起作用。如果对非笔型指针调用GetPointerPenInfo,那么它将返回...
取得與個別輸入相關聯的手寫筆型資訊,如果有的話,這些輸入會聯合到目前訊息中,指定之指標 (類型 PT_PEN)。 最新的輸入包含在傳回的歷程記錄中,與 GetPointerPenInfo 函式傳回的最新輸入相同。 語法 C++ 複製 BOOL GetPointerPenInfoHistory( [in] UINT32 pointerId, [in, out] UINT32 *entriesCount, [out...
BOOLGetPointerPenInfo( [in] UINT32 pointerId, [out] POINTER_PEN_INFO *penInfo ); 参数 [in] pointerId 要检索其信息的指针的标识符。 [out] penInfo 用于接收特定于笔的指针信息的POINTER_PEN_INFO结构的地址。 返回值 如果函数成功,则返回值为非零。
getPointerPenInfo 函式 (winuser.h) 發行項 2023/08/27 意見反應 本文內容 語法 參數 傳回值 備註 顯示其他 2 個 取得與目前訊息相關聯之指定指標 (類型PT_PEN) 的手寫筆資訊。 語法 C++ 複製 BOOL GetPointerPenInfo( [in] UINT32 pointerId, [out] POINTER_PEN_INFO *penInfo ); 參數...
BOOLGetPointerFramePenInfo( [in] UINT32 pointerId, [in, out] UINT32 *pointerCount, [out] POINTER_PEN_INFO *penInfo ); 参数 [in] pointerId 要检索其帧信息的指针的标识符。 [in, out] pointerCount 指向变量的指针,该变量指定 penInfo 指向的缓冲区中的结构计数。 如果GetPointerFramePenInfo成功,...
BOOLGetPointerFramePenInfo( [in] UINT32 pointerId, [in, out] UINT32 *pointerCount, [out] POINTER_PEN_INFO *penInfo ); 参数 [in] pointerId 要检索其帧信息的指针的标识符。 [in, out] pointerCount 指向变量的指针,该变量指定 penInfo 指向的缓冲区中的结构计数。 如果GetPointerFramePenInfo成功,...
取得與目前訊息相關聯之指定指標 (類型 PT_PEN) 的整個畫筆型資訊框架。 語法 C++ 複製 BOOL GetPointerFramePenInfo( [in] UINT32 pointerId, [in, out] UINT32 *pointerCount, [out] POINTER_PEN_INFO *penInfo ); 參數 [in] pointerId 要擷取框架資訊的指標標識碼。 [in, out] pointerCount 變數...
取得與目前訊息相關聯之指定指標 (類型PT_PEN) 的手寫筆資訊。 語法 C++ 複製 BOOL GetPointerPenInfo( [in] UINT32 pointerId, [out] POINTER_PEN_INFO *penInfo ); 參數 [in] pointerId 要擷取資訊的指標識別碼。 [out] penInfo 要接收手寫筆特定指標資訊的 POINTER_PEN_INFO 結構位址。 傳回值 如...
GetPointerFramePenInfo检索与) 消息类型的指针 (关联的整个指针输入帧PT_PEN。 使用GetPointerPenInfo检索与指针消息关联的单个指针的信息。 框架仅包含当前由指定指针所在的同一窗口拥有的指针。 GetPointerFrameInfo返回的信息与调用线程检索的最新指针消息相关联。 当调用线程检索下一条消息时,与上一条消息关联的信息可...