HANDLE EngGetProcessHandle(VOID)
EngGetProcessHandle retrieves a handle to the current client process.
If the function succeeds, the return value is a handle that identifies the current client process. Otherwise, it is zero.
EngGetProcessHandle is intended to aid drivers in communicating with client processes efficiently. The returned handle allows a driver to access the resources of the client process.