MCPcopy Create free account
hub / github.com/TheRealMJP/Shadows / GetMenu

Method GetMenu

Shadows/SampleFramework11/Window.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62HMENU Window::GetMenu() const
63{
64 return ::GetMenu(hwnd);
65}
66
67HINSTANCE Window::GetHinstance() const
68{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected