ISdpNodeContainer::CreateStream (Windows CE 5.0)
This method creates a raw SDP data stream.
HRESULT CreateStream(UCHAR** ppStream,ULONG* pSize);
Parameters
- ppStream
[out] Pointer to a pointer to the stream. - pSize
[out] Pointer that contains the number of bytes in the stream specified by the ppStream parameter.
Return Values
None.
Remarks
The caller must free the returned buffer ppStream with CoTaskMemFree.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Bthapi.h, Bthapi.idl.
Link Library: Btdrt.lib.
See Also
CoTaskMemFree | ISdpNodeContainer
Send Feedback on this topic to the authors