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.
- dwHandle
The handle to the string. Use this in subsequent calls to IRemoteToolCommand::ModifyString.
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.