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

Method GetValue

Libraries/PropertyGrid/PropertyItemImpl.h:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 }
227
228 BOOL GetValue(VARIANT* pVal) const
229 {
230 return SUCCEEDED( CComVariant(m_val).Detach(pVal) );
231 }
232
233 BOOL SetValue(const VARIANT& value)
234 {

Callers

nothing calls this directly

Calls 1

DetachMethod · 0.45

Tested by

no test coverage detected