Share via


IRemoteToolCommand::SetDWORDModifiable (Compact 2013)

3/26/2014

Adds a DWORD value to a command packet and makes it randomly accessible so you can modify the value later with IRemoteToolCommand::ModifyDWORD.

Note

This method is not supported yet.

Syntax

HRESULT SetDWORDModifiable([in] DWORD dwValue, [out] DWORD *dwHandle)

Parameters

  • dwValue
    The DWORD to add to the command packet.

Property Value/Return Value

S_OK if success.

Once fully implemented, this method will return E_FAIL if dwValue is NULL.

See Also

Reference

IRemoteToolCommand
IRemoteToolCommand::ModifyDWORD