ReactOS 0.4.15-dev-7953-g1f49173
_USBPORT_MINIPORT_INTERFACE Struct Reference

#include <usbmport.h>

Collaboration diagram for _USBPORT_MINIPORT_INTERFACE:

Public Attributes

PDRIVER_OBJECT DriverObject
 
LIST_ENTRY DriverLink
 
PDRIVER_UNLOAD DriverUnload
 
ULONG Version
 
USBPORT_REGISTRATION_PACKET Packet
 

Detailed Description

Definition at line 639 of file usbmport.h.

Member Data Documentation

◆ DriverLink

LIST_ENTRY _USBPORT_MINIPORT_INTERFACE::DriverLink

Definition at line 641 of file usbmport.h.

Referenced by USBPORT_RegisterUSBPortDriver().

◆ DriverObject

PDRIVER_OBJECT _USBPORT_MINIPORT_INTERFACE::DriverObject

Definition at line 640 of file usbmport.h.

Referenced by USBPORT_FindMiniPort(), and USBPORT_RegisterUSBPortDriver().

◆ DriverUnload

PDRIVER_UNLOAD _USBPORT_MINIPORT_INTERFACE::DriverUnload

Definition at line 642 of file usbmport.h.

Referenced by USBPORT_RegisterUSBPortDriver().

◆ Packet

USBPORT_REGISTRATION_PACKET _USBPORT_MINIPORT_INTERFACE::Packet

◆ Version

ULONG _USBPORT_MINIPORT_INTERFACE::Version

Definition at line 643 of file usbmport.h.

Referenced by USBPORT_RegisterUSBPortDriver().


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