| 130 | } |
| 131 | |
| 132 | void CFolderDialog::SetSelection(LPCTSTR pszSelection) |
| 133 | { |
| 134 | ::SendMessage(m_hDialogBox, BFFM_SETSELECTION, TRUE, (LPARAM) pszSelection); |
| 135 | } |
| 136 | |
| 137 | void CFolderDialog::SetSelection(ITEMIDLIST* pIdl) |
| 138 | { |
nothing calls this directly
no outgoing calls
no test coverage detected