ReactOS 0.4.16-dev-297-gc569aee
|
#include "bl.h"
Go to the source code of this file.
Functions | |
NTSTATUS | BlpIoRegisterDestroyRoutine (_In_ PBL_IO_DESTROY_ROUTINE DestroyRoutine) |
NTSTATUS | BlpIoInitialize (VOID) |
Variables | |
ULONG | IoMgrRoutineEntries |
PVOID * | IoMgrDestroyRoutineTable |
Definition at line 35 of file io.c.
Referenced by InitializeLibrary().
NTSTATUS BlpIoRegisterDestroyRoutine | ( | _In_ PBL_IO_DESTROY_ROUTINE | DestroyRoutine | ) |
Definition at line 21 of file io.c.
Referenced by BcInitialize(), and BlockIopInitialize().
PVOID* IoMgrDestroyRoutineTable |
Definition at line 16 of file io.c.
Referenced by BlpIoInitialize(), and BlpIoRegisterDestroyRoutine().
ULONG IoMgrRoutineEntries |
Definition at line 15 of file io.c.
Referenced by BlpIoInitialize(), and BlpIoRegisterDestroyRoutine().