32 references to IAutoComplete2
System.Windows.Forms (1)
System\Windows\Forms\StringSource.cs (1)
19private IAutoComplete2* _autoComplete2;
System.Windows.Forms.Primitives (31)
Windows.Win32.IAutoComplete2.g.cs (27)
26 :IVTable<IAutoComplete2,IAutoComplete2.Vtbl>,IComIID { 42 return ((delegate *unmanaged [Stdcall]<IAutoComplete2*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IAutoComplete2*)Unsafe.AsPointer(ref this), riid, ppvObject); 47 return ((delegate *unmanaged [Stdcall]<IAutoComplete2*,uint>)lpVtbl[1])((IAutoComplete2*)Unsafe.AsPointer(ref this)); 52 return ((delegate *unmanaged [Stdcall]<IAutoComplete2*,uint>)lpVtbl[2])((IAutoComplete2*)Unsafe.AsPointer(ref this)); 70 private static winmdroot.Foundation.HRESULT Init(IAutoComplete2* pThis, winmdroot.Foundation.HWND hwndEdit, winmdroot.System.Com.IUnknown* punkACL, winmdroot.Foundation.PCWSTR pwszRegKeyPath, winmdroot.Foundation.PCWSTR pwszQuickComplete) 89 ((delegate *unmanaged [Stdcall]<IAutoComplete2*,winmdroot.Foundation.HWND ,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IAutoComplete2*)Unsafe.AsPointer(ref this), hwndEdit, punkACL, pwszRegKeyPath, pwszQuickComplete).ThrowOnFailure(); 95 private static winmdroot.Foundation.HRESULT Enable(IAutoComplete2* pThis, winmdroot.Foundation.BOOL fEnable) 114 ((delegate *unmanaged [Stdcall]<IAutoComplete2*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IAutoComplete2*)Unsafe.AsPointer(ref this), fEnable).ThrowOnFailure(); 120 private static winmdroot.Foundation.HRESULT SetOptions(IAutoComplete2* pThis, uint dwFlag) 148 return ((delegate *unmanaged [Stdcall]<IAutoComplete2*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IAutoComplete2*)Unsafe.AsPointer(ref this), dwFlag); 163 private static winmdroot.Foundation.HRESULT GetOptions(IAutoComplete2* pThis, uint* pdwFlag) 193 ((delegate *unmanaged [Stdcall]<IAutoComplete2*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IAutoComplete2*)Unsafe.AsPointer(ref this), pdwFlag).ThrowOnFailure(); 217 internal delegate *unmanaged [Stdcall]<IAutoComplete2*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 219 internal delegate *unmanaged [Stdcall]<IAutoComplete2*,uint> AddRef_2; 221 internal delegate *unmanaged [Stdcall]<IAutoComplete2*,uint> Release_3; 223 internal delegate *unmanaged [Stdcall]<IAutoComplete2*,winmdroot.Foundation.HWND ,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> Init_4; 225 internal delegate *unmanaged [Stdcall]<IAutoComplete2*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Enable_5; 227 internal delegate *unmanaged [Stdcall]<IAutoComplete2*,uint ,winmdroot.Foundation.HRESULT> SetOptions_6; 229 internal delegate *unmanaged [Stdcall]<IAutoComplete2*,uint* ,winmdroot.Foundation.HRESULT> GetOptions_7;
Windows.Win32.UI_Shell_IAutoComplete2_Extensions.g.cs (4)
23 /// <inheritdoc cref="winmdroot.UI.Shell.IAutoComplete2.Interface.Init(winmdroot.Foundation.HWND, winmdroot.System.Com.IUnknown*, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT Init(this winmdroot.UI.Shell.IAutoComplete2.Interface @this, winmdroot.Foundation.HWND hwndEdit, winmdroot.System.Com.IUnknown* punkACL, string pwszRegKeyPath, string pwszQuickComplete) 36 /// <inheritdoc cref="winmdroot.UI.Shell.IAutoComplete2.Interface.GetOptions(uint*)"/> 37 internal static unsafe winmdroot.Foundation.HRESULT GetOptions(this winmdroot.UI.Shell.IAutoComplete2.Interface @this, out uint pdwFlag)