22 references to IAutoComplete
System.Windows.Forms.Primitives (22)
_generated\109\Windows.Win32.IAutoComplete.g.cs (19)
27
:winmdroot.IVTable<
IAutoComplete
,
IAutoComplete
.Vtbl>,IComIID {
44
return ((delegate *unmanaged [Stdcall]<
IAutoComplete
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IAutoComplete
*)Unsafe.AsPointer(ref this), riid, ppvObject);
49
return ((delegate *unmanaged [Stdcall]<
IAutoComplete
*,uint>)lpVtbl[1])((
IAutoComplete
*)Unsafe.AsPointer(ref this));
54
return ((delegate *unmanaged [Stdcall]<
IAutoComplete
*,uint>)lpVtbl[2])((
IAutoComplete
*)Unsafe.AsPointer(ref this));
73
private static winmdroot.Foundation.HRESULT Init(
IAutoComplete
* pThis, winmdroot.Foundation.HWND hwndEdit, winmdroot.System.Com.IUnknown* punkACL, [Optional] winmdroot.Foundation.PCWSTR pwszRegKeyPath, [Optional] winmdroot.Foundation.PCWSTR pwszQuickComplete)
115
((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();
121
private static winmdroot.Foundation.HRESULT Enable(
IAutoComplete
* pThis, winmdroot.Foundation.BOOL fEnable)
149
((delegate *unmanaged [Stdcall]<
IAutoComplete
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IAutoComplete
*)Unsafe.AsPointer(ref this), fEnable).ThrowOnFailure();
175
internal delegate *unmanaged [Stdcall]<
IAutoComplete
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
177
internal delegate *unmanaged [Stdcall]<
IAutoComplete
*,uint> AddRef_2;
179
internal delegate *unmanaged [Stdcall]<
IAutoComplete
*,uint> Release_3;
181
internal delegate *unmanaged [Stdcall]<
IAutoComplete
*,winmdroot.Foundation.HWND ,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> Init_4;
183
internal delegate *unmanaged [Stdcall]<
IAutoComplete
*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> Enable_5;
_generated\110\Windows.Win32.IAutoComplete2.g.cs (1)
263
:winmdroot.UI.Shell.
IAutoComplete
.Interface {
_generated\596\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, [Optional] string pwszRegKeyPath, [Optional] string pwszQuickComplete)