IWbemObjectAccess::ReadQWORD method (wbemcli.h)
The ReadQWORD method reads 64 bits of property data identified by a property handle.
Syntax
HRESULT ReadQWORD(
[in] long lHandle,
[out] unsigned __int64 *pqw
);
Parameters
[in] lHandle
Integer that contains the handle identifying the property.
[out] pqw
Pointer to a unsigned 64-bit integer used to return the data being read.
Return value
This method returns WBEM_S_NO_ERROR if successful. If the property was NULL, then the method returns WBEM_S_FALSE.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | wbemcli.h (include Wbemidl.h) |
Library | Wbemuuid.lib |
DLL | Esscli.dll; Fastprox.dll; Wbemess.dll |