WebView2 日本語リファレンス
WebView2インターフェース › ICoreWebView2PointerInfo

ICoreWebView2PointerInfo

COM
IIDe6995887-d10d-4f5d-9359-4ce46e4f96b9継承元IUnknown自前メソッド開始 vtbl3

メソッド 56

vtbl = vtable インデックス(0始まり)。HSP等からインデックス指定でCOMメソッドを呼ぶ際に使用します。0〜2 は IUnknown。

vtblメソッド
3HRESULT get_PointerKind(DWORD* pointerKind)
4HRESULT put_PointerKind(DWORD pointerKind)
5HRESULT get_PointerId(DWORD* pointerId)
6HRESULT put_PointerId(DWORD pointerId)
7HRESULT get_FrameId(DWORD* frameId)
8HRESULT put_FrameId(DWORD frameId)
9HRESULT get_PointerFlags(DWORD* pointerFlags)
10HRESULT put_PointerFlags(DWORD pointerFlags)
11HRESULT get_PointerDeviceRect(RECT* pointerDeviceRect)
12HRESULT put_PointerDeviceRect(RECT pointerDeviceRect)
13HRESULT get_DisplayRect(RECT* displayRect)
14HRESULT put_DisplayRect(RECT displayRect)
15HRESULT get_PixelLocation(POINT* pixelLocation)
16HRESULT put_PixelLocation(POINT pixelLocation)
17HRESULT get_HimetricLocation(POINT* himetricLocation)
18HRESULT put_HimetricLocation(POINT himetricLocation)
19HRESULT get_PixelLocationRaw(POINT* pixelLocationRaw)
20HRESULT put_PixelLocationRaw(POINT pixelLocationRaw)
21HRESULT get_HimetricLocationRaw(POINT* himetricLocationRaw)
22HRESULT put_HimetricLocationRaw(POINT himetricLocationRaw)
23HRESULT get_Time(DWORD* time)
24HRESULT put_Time(DWORD time)
25HRESULT get_HistoryCount(DWORD* historyCount)
26HRESULT put_HistoryCount(DWORD historyCount)
27HRESULT get_InputData(INT* inputData)
28HRESULT put_InputData(INT inputData)
29HRESULT get_KeyStates(DWORD* keyStates)
30HRESULT put_KeyStates(DWORD keyStates)
31HRESULT get_PerformanceCount(ULONGLONG* performanceCount)
32HRESULT put_PerformanceCount(ULONGLONG performanceCount)
33HRESULT get_ButtonChangeKind(INT* buttonChangeKind)
34HRESULT put_ButtonChangeKind(INT buttonChangeKind)
35HRESULT get_PenFlags(DWORD* penFLags)
36HRESULT put_PenFlags(DWORD penFLags)
37HRESULT get_PenMask(DWORD* penMask)
38HRESULT put_PenMask(DWORD penMask)
39HRESULT get_PenPressure(DWORD* penPressure)
40HRESULT put_PenPressure(DWORD penPressure)
41HRESULT get_PenRotation(DWORD* penRotation)
42HRESULT put_PenRotation(DWORD penRotation)
43HRESULT get_PenTiltX(INT* penTiltX)
44HRESULT put_PenTiltX(INT penTiltX)
45HRESULT get_PenTiltY(INT* penTiltY)
46HRESULT put_PenTiltY(INT penTiltY)
47HRESULT get_TouchFlags(DWORD* touchFlags)
48HRESULT put_TouchFlags(DWORD touchFlags)
49HRESULT get_TouchMask(DWORD* touchMask)
50HRESULT put_TouchMask(DWORD touchMask)
51HRESULT get_TouchContact(RECT* touchContact)
52HRESULT put_TouchContact(RECT touchContact)
53HRESULT get_TouchContactRaw(RECT* touchContactRaw)
54HRESULT put_TouchContactRaw(RECT touchContactRaw)
55HRESULT get_TouchOrientation(DWORD* touchOrientation)
56HRESULT put_TouchOrientation(DWORD touchOrientation)
57HRESULT get_TouchPressure(DWORD* touchPressure)
58HRESULT put_TouchPressure(DWORD touchPressure)