|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 2222 of file iotypes.h.
Referenced by MxDriverObject::GetDriverExtensionAddDevice(), HalpDriverEntry(), NdisMRegisterMiniport(), PiCallDriverAddDevice(), PnpRootDriverEntry(), and MxDriverObject::SetDriverExtensionAddDevice().
| ULONG _DRIVER_EXTENSION::Count |
Definition at line 2223 of file iotypes.h.
Referenced by IopReinitializeBootDrivers(), and IopReinitializeDrivers().
| struct _DRIVER_OBJECT* _DRIVER_EXTENSION::DriverObject |
Definition at line 2221 of file iotypes.h.
Referenced by IopInitializeDriverModule().
| UNICODE_STRING _DRIVER_EXTENSION::ServiceKeyName |
Definition at line 2224 of file iotypes.h.
Referenced by IopInitializeDriverModule().