Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
337 B

  1. //
  2. // autocmpl.h: provides server autocomplete functionality to an edit box
  3. //
  4. // Copyright Microsoft Corporation 2000
  5. //
  6. #ifndef _autocmpl_h_
  7. #define _autocmpl_h_
  8. #include "sh.h"
  9. class CAutoCompl
  10. {
  11. public:
  12. static HRESULT EnableServerAutoComplete(CTscSettings* pTscSet, HWND hwndEdit);
  13. };
  14. #endif //_autocmpl_h_