17 references to INVOKEKIND
Microsoft.Private.Windows.Core (17)
Windows.Win32.FUNCDESC.g.cs (1)
45
internal winmdroot.System.Com.
INVOKEKIND
invkind;
Windows.Win32.ITypeInfo.g.cs (12)
321
/// <inheritdoc cref="GetDllEntry(int, winmdroot.System.Com.
INVOKEKIND
, winmdroot.Foundation.BSTR*, winmdroot.Foundation.BSTR*, ushort*)"/>
322
internal unsafe winmdroot.Foundation.HRESULT GetDllEntry(int memid, winmdroot.System.Com.
INVOKEKIND
invKind, winmdroot.Foundation.BSTR* pBstrDllName, winmdroot.Foundation.BSTR* pBstrName, out ushort pwOrdinal)
347
public unsafe winmdroot.Foundation.HRESULT GetDllEntry(int memid, winmdroot.System.Com.
INVOKEKIND
invKind, [Optional] winmdroot.Foundation.BSTR* pBstrDllName, [Optional] winmdroot.Foundation.BSTR* pBstrName, ushort* pwOrdinal)
349
return ((delegate *unmanaged [Stdcall]<ITypeInfo*,int ,winmdroot.System.Com.
INVOKEKIND
,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.BSTR* ,ushort* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((ITypeInfo*)Unsafe.AsPointer(ref this), memid, invKind, pBstrDllName, pBstrName, pwOrdinal);
365
/// <inheritdoc cref="AddressOfMember(int, winmdroot.System.Com.
INVOKEKIND
, void**)"/>
366
internal unsafe winmdroot.Foundation.HRESULT AddressOfMember(int memid, winmdroot.System.Com.
INVOKEKIND
invKind, out void* ppv)
387
public unsafe winmdroot.Foundation.HRESULT AddressOfMember(int memid, winmdroot.System.Com.
INVOKEKIND
invKind, void** ppv)
389
return ((delegate *unmanaged [Stdcall]<ITypeInfo*,int ,winmdroot.System.Com.
INVOKEKIND
,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((ITypeInfo*)Unsafe.AsPointer(ref this), memid, invKind, ppv);
565
internal delegate *unmanaged [Stdcall]<ITypeInfo*,int ,winmdroot.System.Com.
INVOKEKIND
,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.BSTR* ,ushort* ,winmdroot.Foundation.HRESULT> GetDllEntry_14;
569
internal delegate *unmanaged [Stdcall]<ITypeInfo*,int ,winmdroot.System.Com.
INVOKEKIND
,void** ,winmdroot.Foundation.HRESULT> AddressOfMember_16;
622
unsafe winmdroot.Foundation.HRESULT GetDllEntry(int memid, winmdroot.System.Com.
INVOKEKIND
invKind, [Optional] winmdroot.Foundation.BSTR* pBstrDllName, [Optional] winmdroot.Foundation.BSTR* pBstrName, ushort* pwOrdinal);
628
unsafe winmdroot.Foundation.HRESULT AddressOfMember(int memid, winmdroot.System.Com.
INVOKEKIND
invKind, void** ppv);
Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs (4)
126
/// <inheritdoc cref="winmdroot.System.Com.ITypeInfo.Interface.GetDllEntry(int, winmdroot.System.Com.
INVOKEKIND
, winmdroot.Foundation.BSTR*, winmdroot.Foundation.BSTR*, ushort*)"/>
127
internal static unsafe winmdroot.Foundation.HRESULT GetDllEntry(this winmdroot.System.Com.ITypeInfo.Interface @this, int memid, winmdroot.System.Com.
INVOKEKIND
invKind, winmdroot.Foundation.BSTR* pBstrDllName, winmdroot.Foundation.BSTR* pBstrName, out ushort pwOrdinal)
136
/// <inheritdoc cref="winmdroot.System.Com.ITypeInfo.Interface.AddressOfMember(int, winmdroot.System.Com.
INVOKEKIND
, void**)"/>
137
internal static unsafe winmdroot.Foundation.HRESULT AddressOfMember(this winmdroot.System.Com.ITypeInfo.Interface @this, int memid, winmdroot.System.Com.
INVOKEKIND
invKind, out void* ppv)