Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/12/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.