ReactOS 0.4.15-dev-7998-gdb93cb1
_HID_MINIDRIVER_REGISTRATION Struct Reference

#include <hidport.h>

Collaboration diagram for _HID_MINIDRIVER_REGISTRATION:

Public Attributes

ULONG Revision
 
PDRIVER_OBJECT DriverObject
 
PUNICODE_STRING RegistryPath
 
ULONG DeviceExtensionSize
 
BOOLEAN DevicesArePolled
 
UCHAR Reserved [3]
 

Detailed Description

Definition at line 5 of file hidport.h.

Member Data Documentation

◆ DeviceExtensionSize

ULONG _HID_MINIDRIVER_REGISTRATION::DeviceExtensionSize

Definition at line 10 of file hidport.h.

◆ DevicesArePolled

BOOLEAN _HID_MINIDRIVER_REGISTRATION::DevicesArePolled

Definition at line 11 of file hidport.h.

◆ DriverObject

PDRIVER_OBJECT _HID_MINIDRIVER_REGISTRATION::DriverObject

Definition at line 8 of file hidport.h.

◆ RegistryPath

PUNICODE_STRING _HID_MINIDRIVER_REGISTRATION::RegistryPath

Definition at line 9 of file hidport.h.

◆ Reserved

UCHAR _HID_MINIDRIVER_REGISTRATION::Reserved[3]

Definition at line 12 of file hidport.h.

◆ Revision

ULONG _HID_MINIDRIVER_REGISTRATION::Revision

Definition at line 7 of file hidport.h.


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