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

Method SetWindowTitle

Shadows/SampleFramework11/Window.cpp:217–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217void Window::SetWindowTitle(LPCWSTR title)
218{
219 if (!::SetWindowText(hwnd, title))
220 throw Win32Exception(::GetLastError());
221}
222
223void Window::SetScrollRanges( INT scrollRangeX,
224 INT scrollRangeY,

Callers

nothing calls this directly

Calls 1

Win32ExceptionClass · 0.85

Tested by

no test coverage detected