ReactOS 0.4.16-dev-736-g28b802b
|
Public Attributes | |
NTSTATUS | Status |
PUNICODE_STRING | RegistryPath |
WORK_QUEUE_ITEM | WorkItem |
KEVENT | Event |
PDRIVER_OBJECT | DriverObject |
BOOLEAN | SetEvent |
PDRIVER_OBJECT _LOAD_UNLOAD_PARAMS::DriverObject |
Definition at line 52 of file driver.c.
Referenced by IopDoLoadUnloadDriver(), and IopLoadUnloadDriverWorker().
KEVENT _LOAD_UNLOAD_PARAMS::Event |
Definition at line 51 of file driver.c.
Referenced by IopDoLoadUnloadDriver(), and IopLoadUnloadDriverWorker().
PUNICODE_STRING _LOAD_UNLOAD_PARAMS::RegistryPath |
Definition at line 49 of file driver.c.
Referenced by IopDoLoadUnloadDriver(), and IopLoadUnloadDriverWorker().
BOOLEAN _LOAD_UNLOAD_PARAMS::SetEvent |
Definition at line 53 of file driver.c.
Referenced by IopDoLoadUnloadDriver(), and IopLoadUnloadDriverWorker().
NTSTATUS _LOAD_UNLOAD_PARAMS::Status |
Definition at line 48 of file driver.c.
Referenced by IopDoLoadUnloadDriver(), and IopLoadUnloadDriverWorker().
WORK_QUEUE_ITEM _LOAD_UNLOAD_PARAMS::WorkItem |
Definition at line 50 of file driver.c.
Referenced by IopDoLoadUnloadDriver().