EngGetProcessHandle

HANDLE EngGetProcessHandle(VOID)

EngGetProcessHandle retrieves a handle to the current client process.

Return Value

If the function succeeds, the return value is a handle that identifies the current client process. Otherwise, it is zero.

Comments

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.