UCOMITypeInfo.AddressOfMember(Int32, INVOKEKIND, IntPtr) Método

Definição

Recupera os endereços de funções estáticas ou variáveis, como aquelas definidas em uma DLL.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)

Parâmetros

memid
Int32

ID do membro do endereço do membro static a ser recuperada.Member ID of the static member's address to retrieve.

invKind
INVOKEKIND

Especifica se o membro é uma propriedade e, nesse caso, o tipo.Specifies whether the member is a property, and if so, what kind.

ppv
IntPtr

No retorno bem-sucedido, uma referência ao membro static.On successful return, a reference to the static member.

Comentários

Para obter informações adicionais sobre ITypeInfo::AddressOfMember o, consulte a biblioteca MSDN.For additional information about ITypeInfo::AddressOfMember, see the MSDN Library.

Aplica-se a