IWbemObjectAccess::WriteDWORD method (wbemcli.h)
The WriteDWORD method writes 32 bits of data to a property identified by a property handle.
Syntax
HRESULT WriteDWORD(
[in] long lHandle,
[in] DWORD dw
);
Parameters
[in] lHandle
Integer that contains the handle identifying this property.
[in] dw
Unsigned 32-bit integer that contains the data being written.
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 |