ISdpNodeContainer::CreateFromStream (Windows CE 5.0)
This method parses the raw SDP stream and populates the container with the contents.
HRESULT CreateFromStream(UCHAR* pStream,ULONG size);
Parameters
- pStream
[in] Pointer to the stream. - size
[in] Number of bytes in the stream specified by the pStream parameter.
Return Values
None.
Remarks
Each embedded sequence or alternative is converted into a container. The first element in the stream must be a sequence or alternative element.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Bthapi.h, Bthapi.idl.
Link Library: Btdrt.lib.
See Also
Send Feedback on this topic to the authors