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

Function SetItem

Libraries/PropertyGrid/PropertyGrid.h:478–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476 // Unsupported methods
477
478 BOOL SetItem(int /*nItem*/, int /*nSubItem*/, UINT /*nMask*/, LPCTSTR /*lpszItem*/,
479 int /*nImage*/, UINT /*nState*/, UINT /*nStateMask*/, LPARAM /*lParam*/)
480 {
481 ATLASSERT(false);
482 return FALSE;
483 }
484
485 BOOL SetItemText(int /*nItem*/, int /*nSubItem*/, LPCTSTR /*lpszText*/)
486 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected