ReactOS 0.4.15-dev-8093-g3285f69
_BL_DEVICE_ENTRY Struct Reference

#include <bl.h>

Collaboration diagram for _BL_DEVICE_ENTRY:

Public Attributes

ULONG DeviceId
 
ULONG Flags
 
ULONG Unknown
 
ULONG ReferenceCount
 
BL_DEVICE_CALLBACKS Callbacks
 
PVOID DeviceSpecificData
 
PBL_DEVICE_DESCRIPTOR DeviceDescriptor
 

Detailed Description

Definition at line 1260 of file bl.h.

Member Data Documentation

◆ Callbacks

◆ DeviceDescriptor

◆ DeviceId

ULONG _BL_DEVICE_ENTRY::DeviceId

Definition at line 1262 of file bl.h.

Referenced by BlpDeviceOpen(), and DeviceTablePurge().

◆ DeviceSpecificData

PVOID _BL_DEVICE_ENTRY::DeviceSpecificData

◆ Flags

◆ ReferenceCount

ULONG _BL_DEVICE_ENTRY::ReferenceCount

Definition at line 1265 of file bl.h.

Referenced by BlDeviceClose(), BlpDeviceOpen(), FileIoOpen(), and FileTableDestroyEntry().

◆ Unknown

ULONG _BL_DEVICE_ENTRY::Unknown

Definition at line 1264 of file bl.h.

Referenced by BlDeviceRead(), BlpDeviceOpen(), and DeviceTableCompare().


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