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

Method Deinit

src/WinPlatform.cpp:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18bool 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
28HRESULT PF::EnableThemeDialogTexture(HWND hwnd, DWORD uFlags) {
29 if (m_etdt) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected