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

Function GetItemValue

Libraries/PropertyGrid/PropertyList.h:361–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359 }
360
361 BOOL GetItemValue(HPROPERTY prop, VARIANT* pValue) const
362 {
363 ATLASSERT(::IsWindow(m_hWnd));
364 ATLASSERT(prop);
365 ATLASSERT(pValue);
366 if( prop == NULL || pValue == NULL ) return FALSE;
367 return prop->GetValue(pValue);
368 }
369
370 BOOL SetItemValue(HPROPERTY prop, VARIANT* pValue)
371 {

Callers

nothing calls this directly

Calls 1

GetValueMethod · 0.45

Tested by

no test coverage detected