14 references to IMPLTYPEFLAGS
System.Private.Windows.Core (11)
Windows.Win32.ITypeInfo.g.cs (8)
308
/// <inheritdoc cref="GetImplTypeFlags(uint, winmdroot.System.Com.
IMPLTYPEFLAGS
*)"/>
309
internal unsafe winmdroot.Foundation.HRESULT GetImplTypeFlags(uint index, out winmdroot.System.Com.
IMPLTYPEFLAGS
pImplTypeFlags)
311
fixed (winmdroot.System.Com.
IMPLTYPEFLAGS
* pImplTypeFlagsLocal = &pImplTypeFlags)
321
private static winmdroot.Foundation.HRESULT GetImplTypeFlags(ITypeInfo* pThis, uint index, winmdroot.System.Com.
IMPLTYPEFLAGS
* pImplTypeFlags)
346
public unsafe winmdroot.Foundation.HRESULT GetImplTypeFlags(uint index, winmdroot.System.Com.
IMPLTYPEFLAGS
* pImplTypeFlags)
348
return ((delegate *unmanaged [Stdcall]<ITypeInfo*,uint ,winmdroot.System.Com.
IMPLTYPEFLAGS
* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((ITypeInfo*)Unsafe.AsPointer(ref this), index, pImplTypeFlags);
931
internal delegate *unmanaged [Stdcall]<ITypeInfo*,uint ,winmdroot.System.Com.
IMPLTYPEFLAGS
* ,winmdroot.Foundation.HRESULT> GetImplTypeFlags_10;
1017
unsafe winmdroot.Foundation.HRESULT GetImplTypeFlags(uint index, winmdroot.System.Com.
IMPLTYPEFLAGS
* pImplTypeFlags);
Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs (3)
73
/// <inheritdoc cref="winmdroot.System.Com.ITypeInfo.Interface.GetImplTypeFlags(uint, winmdroot.System.Com.
IMPLTYPEFLAGS
*)"/>
74
internal static unsafe winmdroot.Foundation.HRESULT GetImplTypeFlags(this winmdroot.System.Com.ITypeInfo.Interface @this, uint index, out winmdroot.System.Com.
IMPLTYPEFLAGS
pImplTypeFlags)
76
fixed (winmdroot.System.Com.
IMPLTYPEFLAGS
* pImplTypeFlagsLocal = &pImplTypeFlags)
System.Windows.Forms.Primitives.Tests (3)
Interop\Oleaut32\ITypeInfoTests.cs (3)
166
IMPLTYPEFLAGS
implTypeFlags = (
IMPLTYPEFLAGS
)(-1);
168
Assert.NotEqual(
IMPLTYPEFLAGS
.IMPLTYPEFLAG_FDEFAULT, implTypeFlags);