|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Types | |
| enum | _tagAUTOCOMPLETEOPTIONS { ACO_NONE = 0x00 , ACO_AUTOSUGGEST = 0x01 , ACO_AUTOAPPEND = 0x02 , ACO_SEARCH = 0x04 , ACO_FILTERPREFIXES = 0x08 , ACO_USETAB = 0x10 , ACO_UPDOWNKEYDROPSLIST = 0x20 , ACO_RTLREADING = 0x40 } |
| typedef IAutoComplete2 * | LPAUTOCOMPLETE2 |
| typedef enum IAutoComplete2::_tagAUTOCOMPLETEOPTIONS | AUTOCOMPLETEOPTIONS |
Public Types inherited from IAutoComplete | |
| typedef IAutoComplete * | LPAUTOCOMPLETE |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
| HRESULT | SetOptions ([in] DWORD dwFlag) |
| HRESULT | GetOptions ([out] DWORD *pdwFlag) |
Public Member Functions inherited from IAutoComplete | |
| HRESULT | Init ([in] HWND hwndEdit, [in] IUnknown *punkACL, [in] LPCOLESTR pwszRegKeyPath, [in] LPCOLESTR pwszQuickComplete) |
| HRESULT | Enable ([in] BOOL fEnable) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Definition at line 88 of file shldisp.idl.
Definition at line 90 of file shldisp.idl.
| Enumerator | |
|---|---|
| ACO_NONE | |
| ACO_AUTOSUGGEST | |
| ACO_AUTOAPPEND | |
| ACO_SEARCH | |
| ACO_FILTERPREFIXES | |
| ACO_USETAB | |
| ACO_UPDOWNKEYDROPSLIST | |
| ACO_RTLREADING | |
Definition at line 92 of file shldisp.idl.
Implemented in CAutoComplete.
Implemented in CAutoComplete.
Referenced by DoInitAutoCompleteWithCWD().