SBE2_STREAM_DESC structure (sbe.h)

Describes a stream produced by the stream buffer engine.

Syntax

typedef struct __MIDL___MIDL_itf_sbe_0000_0015_0001 {
  DWORD          Version;
  SBE2_STREAM_ID StreamId;
  DWORD          Default;
  DWORD          Reserved;
} SBE2_STREAM_DESC;

Members

Version

The version number of the stream. Currently the following value is defined.

SBE2_STREAM_DESC_VERSION

StreamId

The identifier of the stream.

Default

Specifies whether the steam is the default for the current media type. If the value is nonzero, the stream is the default. If the value is zero, the stream is not the default.

Reserved

Reserved.

Requirements

   
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header sbe.h

See also

ISBE2EnumStream

Stream Buffer Engine Structures