3 references to AddressOfMember
System.Private.Windows.Core (2)
Windows.Win32.ITypeInfo.g.cs (2)
605
/// <inheritdoc cref="
AddressOfMember
(int, winmdroot.System.Com.INVOKEKIND, void**)"/>
610
winmdroot.Foundation.HRESULT __result = this.
AddressOfMember
(memid, invKind, ppvLocal);
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\ITypeInfoTests.cs (1)
25
HRESULT hr = typeInfo.Value->
AddressOfMember
(6, INVOKEKIND.INVOKE_FUNC, &pvObj);