Enables or disables the shell autocomplete list for the specified edit control.
- Parameters
-
| hwndEdit | The edit control. |
| bDirsOnly | Specifies whether the drop-down list should contain the directories only. |
| lpszCurrentDirectory | The pointer to the current directory. |
| bThemedDropDownList | Specifies whether the drop-down list should be themed. |
| lpszFileFilter | The optional file filter (in the same format as in the file dialog, e.g., _T("*.cpp;*.h"). Relevant only if the drop-down list is themed and the "bDirsOnly" parameter is FALSE. |
- Returns
- True if it succeeds, false if it fails.