Sorry to address this question here.
But if any one know some thing about this, it will be greatly helpful.
What I want is to get kernel mode process handle inside my VxD
from process ID(same for both kernel mode and application mode).
Inside VxD I can only call VWIN32_GetCurrentProcessHandle to
get kernel mode process handle. I can use the process handle to
map to its liner address to get process name. But I don’t know the
relationship between process handle and process ID.
Guoqing