UCOMITypeInfo.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.
Retrieves the addresses of static functions or variables, such as those defined in a DLL.
public:
void AddressOfMember(int memid, System::Runtime::InteropServices::INVOKEKIND invKind, [Runtime::InteropServices::Out] IntPtr % ppv);
public void AddressOfMember (int memid, System.Runtime.InteropServices.INVOKEKIND invKind, out IntPtr ppv);
abstract member AddressOfMember : int * System.Runtime.InteropServices.INVOKEKIND * nativeint -> unit
Public Sub AddressOfMember (memid As Integer, invKind As INVOKEKIND, ByRef ppv As IntPtr)
Parameters
- memid
- Int32
Member ID of the static
member's address to retrieve.
- invKind
- INVOKEKIND
Specifies whether the member is a property, and if so, what kind.
- ppv
-
IntPtr
nativeint
On successful return, a reference to the static
member.
Remarks
For additional information about ITypeInfo::AddressOfMember
, see the MSDN Library.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.