ReactOS 0.4.15-dev-7924-g5949c20
_LOAD_UNLOAD_PARAMS Struct Reference
Collaboration diagram for _LOAD_UNLOAD_PARAMS:

Public Attributes

NTSTATUS Status
 
PUNICODE_STRING RegistryPath
 
WORK_QUEUE_ITEM WorkItem
 
KEVENT Event
 
PDRIVER_OBJECT DriverObject
 
BOOLEAN SetEvent
 

Detailed Description

Definition at line 46 of file driver.c.

Member Data Documentation

◆ DriverObject

PDRIVER_OBJECT _LOAD_UNLOAD_PARAMS::DriverObject

Definition at line 52 of file driver.c.

Referenced by IopDoLoadUnloadDriver(), and IopLoadUnloadDriverWorker().

◆ Event

KEVENT _LOAD_UNLOAD_PARAMS::Event

Definition at line 51 of file driver.c.

Referenced by IopDoLoadUnloadDriver(), and IopLoadUnloadDriverWorker().

◆ RegistryPath

PUNICODE_STRING _LOAD_UNLOAD_PARAMS::RegistryPath

Definition at line 49 of file driver.c.

Referenced by IopDoLoadUnloadDriver(), and IopLoadUnloadDriverWorker().

◆ SetEvent

BOOLEAN _LOAD_UNLOAD_PARAMS::SetEvent

Definition at line 53 of file driver.c.

Referenced by IopDoLoadUnloadDriver(), and IopLoadUnloadDriverWorker().

◆ Status

NTSTATUS _LOAD_UNLOAD_PARAMS::Status

Definition at line 48 of file driver.c.

Referenced by IopDoLoadUnloadDriver(), and IopLoadUnloadDriverWorker().

◆ WorkItem

WORK_QUEUE_ITEM _LOAD_UNLOAD_PARAMS::WorkItem

Definition at line 50 of file driver.c.

Referenced by IopDoLoadUnloadDriver().


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