Méthode CInstance ::GetWBEMINT64(LPCWSTR,LONGLONG&) (instance.h)
[La classe CInstance fait partie de l’infrastructure du fournisseur WMI, qui est maintenant considérée dans l’é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é affectant ces bibliothèques. Les API MI doivent être utilisées dans tout nouveau développement.]
La méthode GetWBEMINT64 récupère une propriété entière 64 bits.
Syntaxe
bool GetWBEMINT64(
LPCWSTR name,
[ref] LONGLONG & i64Value
);
Paramètres
name
Nom de la propriété entière 64 bits récupérée.
[ref] i64Value
Mémoire tampon pour recevoir la valeur entière 64 bits.
Valeur retournée
Retourne TRUE si l’opération a réussi et FALSE si une tentative a été effectuée pour définir une propriété inexistante ou une propriété qui n’est pas un entier 64 bits. Plus d’informations sont disponibles dans le fichier journal, Framework.log
.
Remarques
L’infrastructure du fournisseur retourne actuellement une valeur CHString plutôt qu’une valeur WBEMINT64 .
Configuration requise
Client minimal pris en charge | Windows Vista |
Serveur minimal pris en charge | Windows Server 2008 |
Plateforme cible | Windows |
En-tête | instance.h (inclure FwCommon.h) |
Bibliothèque | FrameDyn.lib |
DLL | FrameDynOS.dll ; FrameDyn.dll |