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

Function GetItemText

Libraries/PropertyGrid/PropertyGrid.h:324–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322 }
323
324 BOOL GetItemText(int iItem, int iSubItem, LPTSTR pstrText, UINT cchMax) const
325 {
326 return GetItemText(GetProperty(iItem, iSubItem), pstrText, cchMax);
327 }
328
329 BOOL GetItemText(HPROPERTY hProp, LPTSTR pstrText, UINT cchMax) const
330 {

Callers 2

GetItemWTextMethod · 0.85
CopyMethod · 0.85

Calls 2

GetPropertyFunction · 0.70
GetDisplayValueMethod · 0.45

Tested by

no test coverage detected