Share via


ISdpWalk::WalkStream (Compact 2013)

3/26/2014

This method walks a raw SDP stream.

Syntax

HRESULT WalkStream(
  UCHAR elementType,
  ULONG elementSize,
  UCHAR* pStream
);

Parameters

  • elementType
    [in] Type of element.
  • elementSize
    [in] Size of the element.
  • pStream
    [in] Pointer to the stream.

Return Value

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

See Also

Reference

ISdpWalk