MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / Ptr

Method Ptr

include/Win32/Win32Lib.h:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 T* Ptr() const
109 {
110 return static_cast<T*>(m_ptr);
111 }
112
113private:
114 HGLOBAL m_hg;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected