Share via


IRemoteToolCommand::ModifyDWORD (Compact 2013)

3/26/2014

Modifies a WORD value in a random-access command packet.

For more information, see IRemoteToolCommand::SetWORDModifiable.

Syntax

HRESULT ModifyDWORD([in] DWORD dwHandle, [in] DWORD dwValue)

Parameters

  • dwValue
    The DWORD that you want to use as a replacement.

Return Value

E_FAIL if the DWORD cannot be accessed with the given dwHandle.

S_OK if success.

See Also

Reference

IRemoteToolCommand
IRemoteToolCommand::SetDWORDModifiable