Windows2003-3790/termsrv/newclient/clshell/autocmpl.h
2020-09-30 16:53:55 +02:00

19 lines
337 B
C++

//
// autocmpl.h: provides server autocomplete functionality to an edit box
//
// Copyright Microsoft Corporation 2000
//
#ifndef _autocmpl_h_
#define _autocmpl_h_
#include "sh.h"
class CAutoCompl
{
public:
static HRESULT EnableServerAutoComplete(CTscSettings* pTscSet, HWND hwndEdit);
};
#endif //_autocmpl_h_