| 34 | } |
| 35 | |
| 36 | HRESULT 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected