ITypeLib.GetLibAttr(IntPtr) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère la structure qui contient les attributs de la bibliothèque.
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)
Paramètres
- ppTLibAttr
-
IntPtr
nativeint
Lorsque cette méthode retourne une valeur, contient une structure comprenant les attributs de la bibliothèque. Ce paramètre est passé sans être initialisé.
Remarques
Les valeurs de la structure référencée par le ppTLibAttr
paramètre peuvent être obtenues par la PtrToStructure méthode .
Pour plus d’informations, consultez Méthode ITypeLib ::GetLibAttr.