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

Method destroyClass

src/lib/platform/MSWindowsScreen.cpp:790–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

788}
789
790void MSWindowsScreen::destroyClass(ATOM windowClass) const
791{
792 if (windowClass != 0) {
793 UnregisterClass(MAKEINTATOM(windowClass), s_windowInstance);
794 }
795}
796
797HWND MSWindowsScreen::createWindow(ATOM windowClass, const wchar_t *name) const
798{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected