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

Function SetItemData

Libraries/PropertyGrid/PropertyList.h:395–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393 }
394
395 void SetItemData(HPROPERTY prop, LPARAM dwData)
396 {
397 ATLASSERT(::IsWindow(m_hWnd));
398 ATLASSERT(prop);
399 if( prop == NULL ) return;
400 prop->SetItemData(dwData);
401 }
402
403 BOOL GetItemEnabled(HPROPERTY prop) const
404 {

Callers 3

AddItemFunction · 0.70
AddColorFunction · 0.70
ChangeColorFunction · 0.70

Calls 1

SetItemDataMethod · 0.80

Tested by

no test coverage detected