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

Method SetWindowTitle

SampleFramework12/v1.00/Window.cpp:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void Window::SetWindowTitle(LPCWSTR title)
223{
224 if(!::SetWindowText(hwnd, title))
225 throw Win32Exception(::GetLastError());
226}
227
228void Window::SetScrollRanges( INT scrollRangeX,
229 INT scrollRangeY,

Callers

nothing calls this directly

Calls 1

Win32ExceptionClass · 0.85

Tested by

no test coverage detected