Windows.Win32.IAutoComplete.g.cs (5)
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));
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();
146 ((delegate *unmanaged [Stdcall]<IAutoComplete*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IAutoComplete*)Unsafe.AsPointer(ref this), fEnable).ThrowOnFailure();