IRemoteToolCommand::SetWORDModifiable (Compact 2013)
3/26/2014
Adds a WORD value to a command packet and makes it randomly accessible so you can modify the value later with IRemoteToolCommand::ModifyWORD.
Note
This method is not supported yet.
Syntax
HRESULT SetWORDModifiable([in] WORD wValue, [out] DWORD *dwHandle)
Parameters
- wValue
The WORD to add to the command packet.
- dwHandle
The handle to the WORD. Use this in subsequent calls to IRemoteToolCommand::ModifyWORD.
Return Value
S_OK if success.
Once fully implemented, this method will return:
E_FAIL if wValue is NULL.