ReactOS 0.4.15-dev-7994-gb388cb6
IAutoComplete Interface Reference
Inheritance diagram for IAutoComplete:
Collaboration diagram for IAutoComplete:

Public Types

typedef IAutoCompleteLPAUTOCOMPLETE
 
- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

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 ()
 

Detailed Description

Definition at line 67 of file shldisp.idl.

Member Typedef Documentation

◆ LPAUTOCOMPLETE

Definition at line 69 of file shldisp.idl.

Member Function Documentation

◆ Enable()

HRESULT IAutoComplete::Enable ( [in] BOOL  fEnable)

Implemented in CAutoComplete.

◆ Init()

HRESULT IAutoComplete::Init ( [in] HWND  hwndEdit,
[in] IUnknown punkACL,
[in] LPCOLESTR  pwszRegKeyPath,
[in] LPCOLESTR  pwszQuickComplete 
)

Implemented in CAutoComplete.

Referenced by DoInitAutoCompleteWithCWD().


The documentation for this interface was generated from the following file: