IRemoteToolCommand::GetString (Compact 7)
3/12/2014
Gets a string value from the command packet.
Syntax
HRESULT GetString([out] BSTR* pbstrValue)
Parameters
- pbstrValue
The string value that you want to retrieve.
Return Value
E_INVALIDARG if pbstrValue is NULL.
ERROR_INVALID_DATA if the next value in the command packet is not a string.
E_FAIL if the command packet has no more data left.
E_OUTOFMEMORY if a temporary memory buffer cannot be created.
S_OK if success.