Share via


ISdpStream::VerifySequenceOf

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

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 Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Bthapi.h, Bthapi.idl.
Link Library: Btdrt.lib.

See Also

ISdpStream

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.