MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / SetWindowTheme

Method SetWindowTheme

src/WinPlatform.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36HRESULT PF::SetWindowTheme(HWND hwnd, LPCWSTR pszSubAppName, LPCWSTR pszSubIdList) {
37 if (m_swt) {
38 return m_swt(hwnd, pszSubAppName, pszSubIdList);
39 } else {
40 return E_NOTIMPL;
41 }
42}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected