ReactOS 0.4.15-dev-8064-gdaf8068
_IO_UNLOAD_SAFE_COMPLETION_CONTEXT Struct Reference

#include <io.h>

Collaboration diagram for _IO_UNLOAD_SAFE_COMPLETION_CONTEXT:

Public Attributes

PDEVICE_OBJECT DeviceObject
 
PVOID Context
 
PIO_COMPLETION_ROUTINE CompletionRoutine
 

Detailed Description

Definition at line 300 of file io.h.

Member Data Documentation

◆ CompletionRoutine

PIO_COMPLETION_ROUTINE _IO_UNLOAD_SAFE_COMPLETION_CONTEXT::CompletionRoutine

Definition at line 304 of file io.h.

Referenced by IopUnloadSafeCompletion(), and IoSetCompletionRoutineEx().

◆ Context

PVOID _IO_UNLOAD_SAFE_COMPLETION_CONTEXT::Context

Definition at line 303 of file io.h.

Referenced by IopUnloadSafeCompletion(), and IoSetCompletionRoutineEx().

◆ DeviceObject

PDEVICE_OBJECT _IO_UNLOAD_SAFE_COMPLETION_CONTEXT::DeviceObject

Definition at line 302 of file io.h.

Referenced by IopUnloadSafeCompletion(), and IoSetCompletionRoutineEx().


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