ReactOS 0.4.16-dev-401-g45b008d
|
Public Types | |
typedef IAutoComplete * | LPAUTOCOMPLETE |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
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 67 of file shldisp.idl.
Definition at line 69 of file shldisp.idl.
Implemented in CAutoComplete.
HRESULT IAutoComplete::Init | ( | [in] HWND | hwndEdit, |
[in] IUnknown * | punkACL, | ||
[in] LPCOLESTR | pwszRegKeyPath, | ||
[in] LPCOLESTR | pwszQuickComplete | ||
) |
Implemented in CAutoComplete.
Referenced by DoInitAutoCompleteWithCWD().