| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected