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
- dwHandle
The handle to the WORD to modify. This is returned from IRemoteToolCommand::SetStringModifiable.
- 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.