STREAM_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ucxsstreams.h

typedef struct _STREAM_INFO {
  ULONG    Size;
  WDFQUEUE WdfQueue;
  ULONG    StreamId;
} STREAM_INFO, *PSTREAM_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ucxsstreams-_stream_info)

_STREAM_INFO structure

Description

This structure stores information about a stream associated with a bulk endpoint.

Members

Size

The size in bytes of this structure.

WdfQueue

A handle to the framework queue object that contains streams.

StreamId

The stream identifier. The open-static streams request obtains stream identifiers that are assigned by the USB driver stack.