Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
RxGetRDBSSProcess returns a pointer to the process of the main thread used by the RDBSS kernel process.
Syntax
PEPROCESS RxGetRDBSSProcess();
Return value
RxGetRDBSSProcess returns a pointer to the kernel process of the main thread used by RDBSS.
Remarks
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.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | rxstruc.h (include Rxstruc.h, Ntddk.h) |
| IRQL | Any level |