ReactOS 0.4.15-dev-8100-g1887773
_USBPORT_ASYNC_CALLBACK_DATA Struct Reference

#include <usbport.h>

Collaboration diagram for _USBPORT_ASYNC_CALLBACK_DATA:

Public Attributes

ULONG Reserved
 
PDEVICE_OBJECT FdoDevice
 
KTIMER AsyncTimer
 
KDPC AsyncTimerDpc
 
ASYNC_TIMER_CALLBACK * CallbackFunction
 
ULONG CallbackContext
 

Detailed Description

Definition at line 432 of file usbport.h.

Member Data Documentation

◆ AsyncTimer

KTIMER _USBPORT_ASYNC_CALLBACK_DATA::AsyncTimer

Definition at line 435 of file usbport.h.

Referenced by USBPORT_RequestAsyncCallback().

◆ AsyncTimerDpc

KDPC _USBPORT_ASYNC_CALLBACK_DATA::AsyncTimerDpc

Definition at line 436 of file usbport.h.

Referenced by USBPORT_RequestAsyncCallback().

◆ CallbackContext

ULONG _USBPORT_ASYNC_CALLBACK_DATA::CallbackContext

Definition at line 438 of file usbport.h.

Referenced by USBPORT_AsyncTimerDpc(), and USBPORT_RequestAsyncCallback().

◆ CallbackFunction

ASYNC_TIMER_CALLBACK* _USBPORT_ASYNC_CALLBACK_DATA::CallbackFunction

Definition at line 437 of file usbport.h.

Referenced by USBPORT_AsyncTimerDpc(), and USBPORT_RequestAsyncCallback().

◆ FdoDevice

PDEVICE_OBJECT _USBPORT_ASYNC_CALLBACK_DATA::FdoDevice

Definition at line 434 of file usbport.h.

Referenced by USBPORT_AsyncTimerDpc(), and USBPORT_RequestAsyncCallback().

◆ Reserved

ULONG _USBPORT_ASYNC_CALLBACK_DATA::Reserved

Definition at line 433 of file usbport.h.


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