ReactOS 0.4.16-dev-197-g92996da
|
#include <io.h>
Public Attributes | |
PDEVICE_OBJECT | DeviceObject |
PVOID | Context |
PIO_COMPLETION_ROUTINE | CompletionRoutine |
PIO_COMPLETION_ROUTINE _IO_UNLOAD_SAFE_COMPLETION_CONTEXT::CompletionRoutine |
Definition at line 304 of file io.h.
Referenced by IopUnloadSafeCompletion(), and IoSetCompletionRoutineEx().
PVOID _IO_UNLOAD_SAFE_COMPLETION_CONTEXT::Context |
Definition at line 303 of file io.h.
Referenced by IopUnloadSafeCompletion(), and IoSetCompletionRoutineEx().
PDEVICE_OBJECT _IO_UNLOAD_SAFE_COMPLETION_CONTEXT::DeviceObject |
Definition at line 302 of file io.h.
Referenced by IopUnloadSafeCompletion(), and IoSetCompletionRoutineEx().