Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This structure stores information about a stream associated with a bulk endpoint.
Syntax
typedef struct _STREAM_INFO {
ULONG Size;
WDFQUEUE WdfQueue;
ULONG StreamId;
} STREAM_INFO, *PSTREAM_INFO;
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.
Requirements
Requirement | Value |
---|---|
Header | ucxsstreams.h (include Ucxclass.h, Ucxstreams.h) |