ReactOS 0.4.15-dev-7934-g1dc8d80
_URB_ISOCH_TRANSFER Struct Reference

#include <usb.h>

Collaboration diagram for _URB_ISOCH_TRANSFER:

Public Attributes

struct _URB_HEADER Hdr
 
USBD_PIPE_HANDLE PipeHandle
 
ULONG TransferFlags
 
ULONG TransferBufferLength
 
PVOID TransferBuffer
 
PMDL TransferBufferMDL
 
struct _URBUrbLink
 
struct _URB_HCD_AREA hca
 
ULONG StartFrame
 
ULONG NumberOfPackets
 
ULONG ErrorCount
 
USBD_ISO_PACKET_DESCRIPTOR IsoPacket [1]
 

Detailed Description

Definition at line 514 of file usb.h.

Member Data Documentation

◆ ErrorCount

ULONG _URB_ISOCH_TRANSFER::ErrorCount

Definition at line 525 of file usb.h.

◆ hca

struct _URB_HCD_AREA _URB_ISOCH_TRANSFER::hca

Definition at line 522 of file usb.h.

◆ Hdr

struct _URB_HEADER _URB_ISOCH_TRANSFER::Hdr

Definition at line 515 of file usb.h.

◆ IsoPacket

USBD_ISO_PACKET_DESCRIPTOR _URB_ISOCH_TRANSFER::IsoPacket[1]

Definition at line 526 of file usb.h.

◆ NumberOfPackets

ULONG _URB_ISOCH_TRANSFER::NumberOfPackets

Definition at line 524 of file usb.h.

◆ PipeHandle

USBD_PIPE_HANDLE _URB_ISOCH_TRANSFER::PipeHandle

Definition at line 516 of file usb.h.

◆ StartFrame

ULONG _URB_ISOCH_TRANSFER::StartFrame

Definition at line 523 of file usb.h.

◆ TransferBuffer

PVOID _URB_ISOCH_TRANSFER::TransferBuffer

Definition at line 519 of file usb.h.

◆ TransferBufferLength

ULONG _URB_ISOCH_TRANSFER::TransferBufferLength

Definition at line 518 of file usb.h.

◆ TransferBufferMDL

PMDL _URB_ISOCH_TRANSFER::TransferBufferMDL

Definition at line 520 of file usb.h.

◆ TransferFlags

ULONG _URB_ISOCH_TRANSFER::TransferFlags

Definition at line 517 of file usb.h.

◆ UrbLink

struct _URB* _URB_ISOCH_TRANSFER::UrbLink

Definition at line 521 of file usb.h.


The documentation for this struct was generated from the following file: