Partager via


Méthodes CInstance::GetWBEMINT64

[La classe CInstance fait partie du framework de fournisseur WMI qui est maintenant considéré dans son état final, et aucun développement, amélioration ou mise à jour supplémentaire ne sera disponible pour les problèmes non liés à la sécurité de ces bibliothèques. Les API MI doivent être utilisées pour tout nouveau développement.]

La méthode CInstance::GetWBEMINT64 récupère une propriété de type entier 64 bits.

Liste de surcharge

Méthode Description
GetWBEMINT64(LPCWSTR, LONGLONG&) Récupère une propriété de type entier 64 bits.
GetWBEMINT64(LPCWSTR, WBEMINT64&) Récupère une propriété de type entier 64 bits.
GetWBEMINT64(LPCWSTR, ULONGLONG&) Récupère une propriété de type entier 64 bits.

Spécifications

Condition requise Valeur
Client minimal pris en charge
Windows Vista
Serveur minimal pris en charge
Windows Server 2008
En-tête
Instance.h (inclure FwCommon.h)
Bibliothèque
FrameDyn.lib
DLL
FrameDynOS.dll;
FrameDyn.dll

Voir aussi

CInstance