IWbemObjectAccess::WriteQWORD method (wbemcli.h)
The WriteQWORD method writes 64 bits of data to a property by using a property handle.
Syntax
HRESULT WriteQWORD(
[in] long lHandle,
[in] unsigned __int64 pw
);
Parameters
[in] lHandle
Integer that contains the handle that identifies this property.
[in] pw
Unsigned 64-bit integer that contains the data written to the specified property.
Return value
This method returns WBEM_S_NO_ERROR if successful.
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 |