IRemoteToolCommand::GetNextType (Compact 2013)
3/26/2014
Gets the type of the next data element in the command packet.
Syntax
HRESULT GetNextTypeBYTES([out] DATATYPE* pType, [out] DWORD * pSize)
Parameters
pType
The DATATYPE of the next data element in the command packet.For information about valid values, see DATATYPE.
- pSize
The size of the next data element in the command packet, in bytes.
Return Value
E_INVALIDARG if pType or pSize is NULL.
S_OK if success.