Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |