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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.