Share via


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.

Return Value

S_OK if success.

Once fully implemented, this method will return:

E_FAIL if wValue is NULL.

See Also

Reference

IRemoteToolCommand
IRemoteToolCommand::ModifyWORD