ISdpStream::VerifySequenceOf (Compact 2013)

3/26/2014

This method parses the provided raw SDP stream, ensuring the sequence of the stream is valid and well formed.

Syntax

HRESULT VerifySequenceOf(
  UCHAR* pStream, 
  ULONG size, 
  SDP_TYPE ofType, 
  UCHAR* pSpecificSizes, 
  ULONG* pNumFound
);

Parameters

  • pStream
    [in] Pointer to the stream to verify.
  • size
    [in] Number of bytes in the stream specified by the pStream parameter.
  • ofType
    [in] Sequence type.
  • pSpecificSizes
    [in] Specific size of the sequence.
  • pNumFound
    [out] Destination pointer for the number of sequences found.

Return Value

Returns S_OK on success; otherwise returns standard HRESULT values as appropriate.

See Also

Reference

ISdpStream