Non-functional
| 9125 | |
| 9126 | // Non-functional |
| 9127 | int AddString(LPCTSTR /*lpszItem*/) |
| 9128 | { |
| 9129 | ATLASSERT(FALSE); // Not available in CComboBoxEx; use InsertItem |
| 9130 | return 0; |
| 9131 | } |
| 9132 | |
| 9133 | int InsertString(int /*nIndex*/, LPCTSTR /*lpszString*/) |
| 9134 | { |
nothing calls this directly
no outgoing calls
no test coverage detected