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

Method CGdiHandle

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected