ICoreWebView2PointerInfo.get_PointerFlags

Get the PointerFlags of the pointer event. This corresponds to the pointerFlags property of the POINTER_INFO struct. The values are defined by the POINTER_FLAGS constants in the Windows SDK (winuser.h).

interface ICoreWebView2PointerInfo
@" propget"
HRESULT
get_PointerFlags
(
UINT32* pointerFlags
)

Meta