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

Function GetItemName

Libraries/PropertyGrid/PropertyList.h:353–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351 }
352
353 void GetItemName(HPROPERTY prop, LPTSTR pstr, UINT cchMax) const
354 {
355 ATLASSERT(::IsWindow(m_hWnd));
356 ATLASSERT(prop);
357 if( prop == NULL ) return;
358 ::lstrcpyn(pstr, prop->GetName(), cchMax);
359 }
360
361 BOOL GetItemValue(HPROPERTY prop, VARIANT* pValue) const
362 {

Callers

nothing calls this directly

Calls 1

GetNameMethod · 0.45

Tested by

no test coverage detected