ISdpNodeContainer::CreateStream
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
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.