Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
262
void Window::Destroy()
263
{
264
::DestroyWindow(hwnd);
265
::UnregisterClass(appName.c_str(), hinstance);
266
}
267
268
LRESULT Window::MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
269
{
Callers
2
Update
Method · 0.45
Exit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected