MCPcopy Create free account
hub / github.com/deskflow/deskflow / destroyWindow

Method destroyWindow

src/lib/platform/MSWindowsScreen.cpp:810–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808}
809
810void MSWindowsScreen::destroyWindow(HWND hwnd) const
811{
812 if (hwnd != nullptr) {
813 DestroyWindow(hwnd);
814 }
815}
816
817void MSWindowsScreen::sendEvent(EventTypes type, void *data)
818{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected