IFixedTypeInfo.AddressOfMember(Int32, INVOKEKIND, IntPtr) Method

Definition

For a description of this member, see AddressOfMember(Int32, INVOKEKIND, IntPtr).

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void AddressOfMember(int memid, System::Runtime::InteropServices::ComTypes::INVOKEKIND invKind, [Runtime::InteropServices::Out] IntPtr % ppv);
public void AddressOfMember (int memid, System.Runtime.InteropServices.ComTypes.INVOKEKIND invKind, out IntPtr ppv);
abstract member AddressOfMember : int * System.Runtime.InteropServices.ComTypes.INVOKEKIND * nativeint -> unit
Public Sub AddressOfMember (memid As Integer, invKind As INVOKEKIND, ByRef ppv As IntPtr)

Parameters

memid
Int32

Identifier for the member.

invKind
INVOKEKIND

The type of invocation to use.

ppv
IntPtr

nativeint

Location to return the address.

Applies to