ISdpStream:IUnknown (Windows CE 5.0)

Send Feedback

This interface manages streamed data.

Methods

The following table shows the methods for this interface in alphabetical order. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.

Method Description
ByteSwap* Converts data from system-specific byte ordering into SDP network byte order.
NormalizeUuid Coverts the data UUID into a GUID.
Retrieve* Retrieves data from the stream in a pointer-alignment-safe manner.
RetrieveElementInfo Retrieves the information of an element from the stream in a pointer-alignment-safe manner.
RetrieveRecords Retrieves a record from the stream in a pointer-alignment-safe manner.
Validate Parses the raw SDP stream to ensure it is valid and well formed.
VerifySequenceOf Parses the raw SDP stream to ensure the sequence of elements is valid and well formed.
Walk Walks a raw SDP stream, calling ISdpWalk::WalkStream for each element.

Requirements

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

See Also

ISdpNodeContainer | ISdpRecord | ISdpWalk | Bluetooth Application Development Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.