ISdpStream::Validate

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

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.