Share via


ISdpNodeContainer::WriteStream (Compact 2013)

3/26/2014

This method converts the contents of the container into a valid, well-formed raw SDP stream.

Syntax

HRESULT WriteStream(
  UCHAR* pStream,
  ULONG* pNumBytesWritten
);

Parameters

  • pStream
    [in] Pointer to the destination stream.
  • pNumBytesWritten
    [out] Number of bytes written to the stream specified by the pStream parameter.

Return Value

Returns S_OK on success; otherwise returns standard HRESULT values as appropriate.

See Also

Reference

ISdpNodeContainer