RxGetRDBSSProcess - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// rxstruc.h

PEPROCESS RxGetRDBSSProcess();
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-rxstruc-rxgetrdbssprocess)

RxGetRDBSSProcess function

Description

RxGetRDBSSProcess returns a pointer to the process of the main thread used by the RDBSS kernel process.

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.

See also

PsGetCurrentProcess

RxDriverEntry