ISdpRecord::CreateFromStream (Windows CE 5.0)
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
Send Feedback on this topic to the authors