// rxstruc.h
PEPROCESS RxGetRDBSSProcess();
View the official Windows Driver Kit DDI referenceNo description available.
RxGetRDBSSProcess returns a pointer to the process of the main thread used by the RDBSS kernel process.
RxGetRDBSSProcess returns a pointer to the kernel process of the main thread used by RDBSS.
When RxDriverEntry is called to initialize RDBSS, a pointer to the kernel process that is running is retrieved by calling PsGetCurrentProcess and stored in an internal RDBSS data structure. This value is returned when RxGetRDBSSProcess is called. This value is sometimes called the file system process.