Share via


IRemoteToolCommand::ModifyWORD (Compact 7)

3/12/2014

Modifies a WORD value in a random-access command packet. For more information, see IRemoteToolCommand::SetWORDModifiable.

Syntax

HRESULT ModifyWORD([in] DWORD dwHandle, [in] WORD wValue)

Parameters

  • wValue
    The new WORD that you want to use as a replacement for the WORD.

Return Value

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

S_OK if success.

See Also

Reference

IRemoteToolCommand
IRemoteToolCommand::SetWORDModifiable