Share via


IRemoteToolCommand::SetStringModifiable (Compact 2013)

3/26/2014

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

Note

This method is not supported yet.

Syntax

HRESULT SetStringModifiable([in] BSTR bstrValue, [out] DWORD *dwHandle)

Parameters

  • bstrValue
    The string to add to the command packet.

Return Value

S_OK if success.

Once fully implemented, this method will return E_FAIL if bstrValue is NULL, or if a temporary string cannot be created.

See Also

Reference

IRemoteToolCommand
IRemoteToolCommand::ModifyString