MCPcopy Create free account
hub / github.com/MicrosoftEdge/WebView2Samples / GetHWND

Method GetHWND

SampleApps/WebView2APISample/DropTarget.h:42–42  ·  view source on GitHub ↗

Returns the hosting HWND.

Source from the content-addressed store, hash-verified

40
41 // Returns the hosting HWND.
42 HWND GetHWND() { return m_window; }
43
44 // The HWND of the source. This HWND is used to determine coordinates for
45 // mouse events that are sent to the renderer notifying various drag states.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected