Partager via


ISdpNodeContainer::CreateFromStream

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

ISdpNodeContainer

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.