MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / CreateMessageBox

Method CreateMessageBox

SampleFramework12/v1.00/Window.cpp:254–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254INT Window::CreateMessageBox(LPCWSTR message, LPCWSTR title, UINT type)
255{
256 if(title == nullptr)
257 return ::MessageBox(hwnd, message, appName.c_str(), type);
258 else
259 return ::MessageBox(hwnd, message, title, type);
260}
261
262void Window::Maximize()
263{

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected