ReactOS 0.4.15-dev-7953-g1f49173
_BL_FILE_SYSTEM_REGISTRATION_TABLE Struct Reference

#include <bl.h>

Collaboration diagram for _BL_FILE_SYSTEM_REGISTRATION_TABLE:

Public Attributes

PBL_FS_INIT_CALLBACK Init
 
PBL_FS_DESTROY_CALLBACK Destroy
 
PBL_FS_MOUNT_CALLBACK Mount
 
PBL_FS_PURGE_CALLBACK Purge
 

Detailed Description

Definition at line 1060 of file bl.h.

Member Data Documentation

◆ Destroy

PBL_FS_DESTROY_CALLBACK _BL_FILE_SYSTEM_REGISTRATION_TABLE::Destroy

Definition at line 1063 of file bl.h.

Referenced by BlpFileInitialize().

◆ Init

PBL_FS_INIT_CALLBACK _BL_FILE_SYSTEM_REGISTRATION_TABLE::Init

Definition at line 1062 of file bl.h.

Referenced by BlpFileInitialize().

◆ Mount

PBL_FS_MOUNT_CALLBACK _BL_FILE_SYSTEM_REGISTRATION_TABLE::Mount

Definition at line 1064 of file bl.h.

Referenced by BlpFileInitialize().

◆ Purge

PBL_FS_PURGE_CALLBACK _BL_FILE_SYSTEM_REGISTRATION_TABLE::Purge

Definition at line 1065 of file bl.h.

Referenced by BlpFileInitialize().


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