ReactOS 0.4.15-dev-7842-g558ab78
_RDBSS_DATA Struct Reference

#include <rxstruc.h>

Collaboration diagram for _RDBSS_DATA:

Public Attributes

NODE_TYPE_CODE NodeTypeCode
 
NODE_BYTE_SIZE NodeByteSize
 
PDRIVER_OBJECT DriverObject
 
volatile LONG NumberOfMinirdrsStarted
 
FAST_MUTEX MinirdrRegistrationMutex
 
LIST_ENTRY RegisteredMiniRdrs
 
LONG NumberOfMinirdrsRegistered
 
PEPROCESS OurProcess
 
CACHE_MANAGER_CALLBACKS CacheManagerCallbacks
 
CACHE_MANAGER_CALLBACKS CacheManagerNoOpCallbacks
 
ERESOURCE Resource
 

Detailed Description

Definition at line 25 of file rxstruc.h.

Member Data Documentation

◆ CacheManagerCallbacks

CACHE_MANAGER_CALLBACKS _RDBSS_DATA::CacheManagerCallbacks

Definition at line 35 of file rxstruc.h.

Referenced by RxCommonRead(), RxCommonWrite(), and RxInitializeDispatchVectors().

◆ CacheManagerNoOpCallbacks

CACHE_MANAGER_CALLBACKS _RDBSS_DATA::CacheManagerNoOpCallbacks

Definition at line 37 of file rxstruc.h.

Referenced by RxInitializeDispatchVectors().

◆ DriverObject

PDRIVER_OBJECT _RDBSS_DATA::DriverObject

Definition at line 29 of file rxstruc.h.

Referenced by RxDriverEntry(), and RxRegisterMinirdr().

◆ MinirdrRegistrationMutex

FAST_MUTEX _RDBSS_DATA::MinirdrRegistrationMutex

Definition at line 31 of file rxstruc.h.

Referenced by RxInitializeRegistrationStructures(), and RxRegisterMinirdr().

◆ NodeByteSize

NODE_BYTE_SIZE _RDBSS_DATA::NodeByteSize

Definition at line 28 of file rxstruc.h.

Referenced by RxDriverEntry().

◆ NodeTypeCode

NODE_TYPE_CODE _RDBSS_DATA::NodeTypeCode

Definition at line 27 of file rxstruc.h.

Referenced by RxDriverEntry().

◆ NumberOfMinirdrsRegistered

LONG _RDBSS_DATA::NumberOfMinirdrsRegistered

Definition at line 33 of file rxstruc.h.

Referenced by RxInitializeRegistrationStructures().

◆ NumberOfMinirdrsStarted

volatile LONG _RDBSS_DATA::NumberOfMinirdrsStarted

Definition at line 30 of file rxstruc.h.

Referenced by RxInitializeRegistrationStructures(), and RxStartMinirdr().

◆ OurProcess

PEPROCESS _RDBSS_DATA::OurProcess

Definition at line 34 of file rxstruc.h.

Referenced by RxDriverEntry(), and RxGetRDBSSProcess().

◆ RegisteredMiniRdrs

LIST_ENTRY _RDBSS_DATA::RegisteredMiniRdrs

Definition at line 32 of file rxstruc.h.

Referenced by RxInitializeRegistrationStructures(), and RxRegisterMinirdr().

◆ Resource

ERESOURCE _RDBSS_DATA::Resource

Definition at line 39 of file rxstruc.h.

Referenced by RxDriverEntry(), and RxStartMinirdr().


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