ReactOS 0.4.15-dev-7942-gd23573b
_URB_BULK_OR_INTERRUPT_TRANSFER Struct Reference

#include <usb.h>

Collaboration diagram for _URB_BULK_OR_INTERRUPT_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
 

Detailed Description

Definition at line 497 of file usb.h.

Member Data Documentation

◆ hca

struct _URB_HCD_AREA _URB_BULK_OR_INTERRUPT_TRANSFER::hca

Definition at line 505 of file usb.h.

◆ Hdr

◆ PipeHandle

USBD_PIPE_HANDLE _URB_BULK_OR_INTERRUPT_TRANSFER::PipeHandle

Definition at line 499 of file usb.h.

Referenced by FxUsbPipeTransferContext::SetUrbInfo(), and USBH_SubmitStatusChangeTransfer().

◆ TransferBuffer

◆ TransferBufferLength

◆ TransferBufferMDL

PMDL _URB_BULK_OR_INTERRUPT_TRANSFER::TransferBufferMDL

◆ TransferFlags

ULONG _URB_BULK_OR_INTERRUPT_TRANSFER::TransferFlags

◆ UrbLink

struct _URB* _URB_BULK_OR_INTERRUPT_TRANSFER::UrbLink

Definition at line 504 of file usb.h.

Referenced by USBH_SubmitStatusChangeTransfer().


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