22 references to IAutoComplete
System.Windows.Forms.Primitives (22)
Windows.Win32.IAutoComplete.g.cs (19)
26
:IVTable<
IAutoComplete
,
IAutoComplete
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
IAutoComplete
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IAutoComplete
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
IAutoComplete
*,uint>)lpVtbl[1])((
IAutoComplete
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
IAutoComplete
*,uint>)lpVtbl[2])((
IAutoComplete
*)Unsafe.AsPointer(ref this));
70
private static winmdroot.Foundation.HRESULT Init(
IAutoComplete
* pThis, winmdroot.Foundation.HWND hwndEdit, winmdroot.System.Com.IUnknown* punkACL, winmdroot.Foundation.PCWSTR pwszRegKeyPath, winmdroot.Foundation.PCWSTR pwszQuickComplete)
112
((delegate *unmanaged [Stdcall]<
IAutoComplete
*,winmdroot.Foundation.HWND ,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IAutoComplete
*)Unsafe.AsPointer(ref this), hwndEdit, punkACL, pwszRegKeyPath, pwszQuickComplete).ThrowOnFailure();
118
private static winmdroot.Foundation.HRESULT Enable(
IAutoComplete
* pThis, winmdroot.Foundation.BOOL fEnable)
146
((delegate *unmanaged [Stdcall]<
IAutoComplete
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IAutoComplete
*)Unsafe.AsPointer(ref this), fEnable).ThrowOnFailure();
170
internal delegate *unmanaged [Stdcall]<
IAutoComplete
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
172
internal delegate *unmanaged [Stdcall]<
IAutoComplete
*,uint> AddRef_2;
174
internal delegate *unmanaged [Stdcall]<
IAutoComplete
*,uint> Release_3;
176
internal delegate *unmanaged [Stdcall]<
IAutoComplete
*,winmdroot.Foundation.HWND ,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> Init_4;
178
internal delegate *unmanaged [Stdcall]<
IAutoComplete
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Enable_5;
Windows.Win32.IAutoComplete2.g.cs (1)
257
:winmdroot.UI.Shell.
IAutoComplete
.Interface {
Windows.Win32.UI_Shell_IAutoComplete_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.UI.Shell.
IAutoComplete
.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.
IAutoComplete
.Interface @this, winmdroot.Foundation.HWND hwndEdit, winmdroot.System.Com.IUnknown* punkACL, string pwszRegKeyPath, string pwszQuickComplete)