ISdpStream::VerifySequenceOf (Windows CE 5.0)

Send Feedback

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

HRESULT VerifySequenceOf(UCHAR* pStream,ULONGsize,SDP_TYPEofType,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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.