ITypeLib.GetLibAttr(IntPtr) Método

Definição

Recupera a estrutura que contém os atributos da biblioteca.Retrieves the structure that contains the library's attributes.

public:
 void GetLibAttr([Runtime::InteropServices::Out] IntPtr % ppTLibAttr);
public void GetLibAttr (out IntPtr ppTLibAttr);
abstract member GetLibAttr : nativeint -> unit
Public Sub GetLibAttr (ByRef ppTLibAttr As IntPtr)

Parâmetros

ppTLibAttr
IntPtr

Quando retorna, este método contém uma estrutura com os atributos da biblioteca.When this method returns, contains a structure that contains the library's attributes. Este parâmetro é passado não inicializado.This parameter is passed uninitialized.

Comentários

Os valores da estrutura referenciada pelo ppTLibAttr parâmetro podem ser obtidos pelo PtrToStructure método.The values of the structure referenced by the ppTLibAttr parameter can be obtained by the PtrToStructure method.

Para obter mais informações, consulte método ITypeLib:: GetLibAttr.For more information, see ITypeLib::GetLibAttr method.

Aplica-se a