IWbemObjectAccess::ReadQWORD, méthode (wbemcli.h)
La méthode ReadQWORD lit 64 bits de données de propriété identifiées par un handle de propriété.
Syntaxe
HRESULT ReadQWORD(
[in] long lHandle,
[out] unsigned __int64 *pqw
);
Paramètres
[in] lHandle
Entier qui contient le handle identifiant la propriété.
[out] pqw
Pointeur vers un entier 64 bits non signé utilisé pour retourner les données en cours de lecture.
Valeur retournée
Cette méthode retourne WBEM_S_NO_ERROR si elle réussit. Si la propriété était NULL, la méthode retourne WBEM_S_FALSE.
Configuration requise
Client minimal pris en charge | Windows Vista |
Serveur minimal pris en charge | Windows Server 2008 |
Plateforme cible | Windows |
En-tête | wbemcli.h (include Wbemidl.h) |
Bibliothèque | Wbemuuid.lib |
DLL | Esscli.dll; Fastprox.dll; Wbemess.dll |