RxGetRDBSSProcess function (rxstruc.h)
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 |