Share via


ISdpRecord::CreateFromStream

This method populates the SDP record with attributes and their values based on the provided raw SDP stream.

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.

Requirements

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

See Also

ISdpRecord

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.