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

Function GetItemData

Libraries/PropertyGrid/PropertyTree.h:333–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331 }
332
333 DWORD_PTR GetItemData(HTREEITEM hItem) const
334 {
335 ATLASSERT(::IsWindow(m_hWnd));
336 IProperty* prop = reinterpret_cast<IProperty*>(TBase::GetItemData(hItem));
337 ATLASSERT(prop);
338 if( prop == NULL ) return 0;
339 return (DWORD_PTR) prop->GetItemData();
340 }
341
342 void SetItemData(HTREEITEM hItem, DWORD_PTR dwData)
343 {

Callers 15

GetItemFunction · 0.70
GetItemValueFunction · 0.70
SetItemValueFunction · 0.70
SetItemDataFunction · 0.70
GetCheckStateFunction · 0.70
SetCheckStateFunction · 0.70
IsItemEnabledFunction · 0.70
EnableItemFunction · 0.70
_FindPropertyFunction · 0.70
_DestroyInplaceWindowFunction · 0.70
OnSetFocusFunction · 0.70
OnKeyDownFunction · 0.70

Calls 1

GetItemDataMethod · 0.45

Tested by

no test coverage detected