| 16 | } |
| 17 | |
| 18 | bool PF::Deinit() { |
| 19 | m_etdt = NULL; |
| 20 | m_swt = NULL; |
| 21 | if (m_hUxtheme) { |
| 22 | ::FreeLibrary(m_hUxtheme); |
| 23 | m_hUxtheme = NULL; |
| 24 | } |
| 25 | return true; |
| 26 | } |
| 27 | |
| 28 | HRESULT PF::EnableThemeDialogTexture(HWND hwnd, DWORD uFlags) { |
| 29 | if (m_etdt) { |
nothing calls this directly
no outgoing calls
no test coverage detected