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

Function GetItemData

Libraries/PropertyGrid/PropertyGrid.h:436–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434 }
435
436 LPARAM GetItemData(HPROPERTY hProp) const
437 {
438 ATLASSERT(::IsWindow(m_hWnd));
439 ATLASSERT(hProp);
440 if( hProp == NULL ) return 0;
441 return hProp->GetItemData();
442 }
443
444 void SetItemData(HPROPERTY hProp, LPARAM lParam)
445 {

Callers 3

SetSubItemFunction · 0.70
FindPropertyFunction · 0.70
GetPropertyFunction · 0.70

Calls 1

GetItemDataMethod · 0.45

Tested by

no test coverage detected