ReactOS 0.4.15-dev-7918-g2a2556c
CAutoComplete.h File Reference
#include <atltypes.h>
#include <ui/rosctrls.h>
Include dependency graph for CAutoComplete.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CACListView
 
class  CACScrollBar
 
class  CACSizeBox
 
struct  AC_THREAD
 
class  CAutoComplete
 

Macros

#define WC_DROPDOWNW   L"Auto-Suggest Dropdown"
 
#define AUTOCOMP_START   (WM_USER + 1)
 
#define AUTOCOMP_FINISH   (WM_USER + 2)
 

Typedefs

typedef struct AC_THREAD AC_THREAD
 
typedef struct AC_THREADPAC_THREAD
 

Macro Definition Documentation

◆ AUTOCOMP_FINISH

#define AUTOCOMP_FINISH   (WM_USER + 2)

Definition at line 141 of file CAutoComplete.h.

◆ AUTOCOMP_START

#define AUTOCOMP_START   (WM_USER + 1)

Definition at line 140 of file CAutoComplete.h.

◆ WC_DROPDOWNW

#define WC_DROPDOWNW   L"Auto-Suggest Dropdown"

Definition at line 138 of file CAutoComplete.h.

Typedef Documentation

◆ AC_THREAD

◆ PAC_THREAD