Share via


IRemoteToolCommand::ModifyString (Compact 2013)

3/26/2014

Modifies a string value in a random-access command packet. For more information, see IRemoteToolCommand::SetStringModifiable.

Syntax

HRESULT ModifyString([in] DWORD dwHandle, [in] BSTR bstrValue)

Parameters

  • bstrValue
    The string that you want to use as a replacement.

Return Value

E_FAIL if the string cannot be accessed with the given dwHandle.

S_OK if success.

See Also

Reference

IRemoteToolCommand
IRemoteToolCommand::SetStringModifiable