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
- dwHandle
The handle to the string to modify. This is returned from IRemoteToolCommand::SetStringModifiable.
- 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.