MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / ~CGdiHandle

Method ~CGdiHandle

cppcryptfs/ui/MountPropertyPage.cpp:462–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460public:
461 CGdiHandle(HGDIOBJ handle) : m_handle(handle) {};
462 ~CGdiHandle() { DeleteObject(m_handle); };
463private:
464 HGDIOBJ m_handle;
465};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected