Tech Support > Microsoft Windows > Drivers > ID of another process at Kernel level.....under win 98 environment
ID of another process at Kernel level.....under win 98 environment
Posted by Vinay on February 25th, 2004


First of all I want to get the ID of another process.I want to do it at
kernel level.I am writing a filter driver.PsGetCurrentProcessId() is
available but its only for win2k onwards but not
for win 98.


plz suggest something.

regds
vinay



Posted by Earle Lowe on February 25th, 2004


Vinay wrote:

VxDCall(VWIN32_GetCurrentProcessHandle)

-Earle