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/26/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.