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

Function GetItemValue

Libraries/PropertyGrid/PropertyGrid.h:338–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336 }
337
338 BOOL GetItemValue(HPROPERTY hProp, VARIANT* pValue) const
339 {
340 ATLASSERT(::IsWindow(m_hWnd));
341 ATLASSERT(hProp);
342 ATLASSERT(pValue);
343 if( hProp == NULL || pValue == NULL ) return FALSE;
344 return hProp->GetValue(pValue);
345 }
346
347 BOOL SetItemValue(HPROPERTY hProp, VARIANT* pValue)
348 {

Callers

nothing calls this directly

Calls 1

GetValueMethod · 0.45

Tested by

no test coverage detected