IRemoteToolCommand::GetBYTES (Compact 2013)
3/26/2014
Gets a BYTE array value from the command packet.
Syntax
HRESULT GetBYTES([out] VARIANT* pValue)
Parameters
- pValue
The BYTE array value that you want to retrieve.
Return Value
E_INVALIDARG if pValue is NULL.
ERROR_INVALID_DATA if the next value in the command packet is not a BYTE array.
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.