ISdpStream::Validate (Windows CE 5.0)

Send Feedback

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

HRESULT Validate(UCHAR* pStream,ULONG size,ULONG_PTR* pErrorByte);

Parameters

  • pStream
    [in] Pointer to the stream to validate.
  • size
    [in] Number of bytes in the stream specified by the pStream parameter.
  • pErrorByte
    [out] Offset of the incorrect byte if an error is in the stream.

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.