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

Function SetItemData

Libraries/PropertyGrid/PropertyTree.h:342–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 }
341
342 void SetItemData(HTREEITEM hItem, DWORD_PTR dwData)
343 {
344 ATLASSERT(::IsWindow(m_hWnd));
345 IProperty* prop = reinterpret_cast<IProperty*>(TBase::GetItemData(hItem));
346 ATLASSERT(prop);
347 if( prop == NULL ) return;
348 prop->SetItemData( (LPARAM) dwData );
349 }
350
351 BOOL GetCheckState(HTREEITEM hItem) const
352 {

Callers

nothing calls this directly

Calls 2

SetItemDataMethod · 0.80
GetItemDataFunction · 0.70

Tested by

no test coverage detected