ReactOS 0.4.16-dev-338-g34e76ad
|
#include <iotypes.h>
Public Attributes | |
struct _DRIVER_OBJECT * | DriverObject |
PDRIVER_ADD_DEVICE | AddDevice |
ULONG | Count |
UNICODE_STRING | ServiceKeyName |
PDRIVER_ADD_DEVICE _DRIVER_EXTENSION::AddDevice |
Definition at line 2220 of file iotypes.h.
Referenced by MxDriverObject::GetDriverExtensionAddDevice(), HalpDriverEntry(), NdisMRegisterMiniport(), PiCallDriverAddDevice(), PnpRootDriverEntry(), and MxDriverObject::SetDriverExtensionAddDevice().
ULONG _DRIVER_EXTENSION::Count |
Definition at line 2221 of file iotypes.h.
Referenced by IopReinitializeBootDrivers(), and IopReinitializeDrivers().
struct _DRIVER_OBJECT* _DRIVER_EXTENSION::DriverObject |
Definition at line 2219 of file iotypes.h.
Referenced by IopInitializeDriverModule().
UNICODE_STRING _DRIVER_EXTENSION::ServiceKeyName |
Definition at line 2222 of file iotypes.h.
Referenced by IopInitializeDriverModule().