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

Function GetItemValue

Libraries/PropertyGrid/PropertyTree.h:309–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307 }
308
309 BOOL GetItemValue(HTREEITEM hItem, VARIANT* pVal) const
310 {
311 ATLASSERT(::IsWindow(m_hWnd));
312 IProperty* prop = reinterpret_cast<IProperty*>(TBase::GetItemData(hItem));
313 ATLASSERT(prop);
314 if( prop == NULL ) return FALSE;
315 return prop->GetValue(pVal);
316 }
317
318 BOOL SetItemValue(HTREEITEM hItem, VARIANT* pValue)
319 {

Callers

nothing calls this directly

Calls 2

GetItemDataFunction · 0.70
GetValueMethod · 0.45

Tested by

no test coverage detected