IFixedTypeInfo.AddressOfMember(Int32, INVOKEKIND, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.