MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / Destroy

Method Destroy

SampleFramework11/v1.02/Window.cpp:262–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262void Window::Destroy()
263{
264 ::DestroyWindow(hwnd);
265 ::UnregisterClass(appName.c_str(), hinstance);
266}
267
268LRESULT Window::MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
269{

Callers 2

UpdateMethod · 0.45
ExitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected