Re: [Question] how can i kill the process in driver?

Try using ZwTerminateProcess.

NTSYSAPI
NTSTATUS
NTAPI
ZwTerminateProcess (
IN HANDLE ProcessHandle OPTIONAL,
IN NTSTATUS ExitStatus
);

----- Original Message -----
From: “Kim Byeong-Kyun”
To: “File Systems Developers”
Sent: Wednesday, January 22, 2003 5:08 AM
Subject: [ntfsd] [Question] how can i kill the process in driver?

> hi, all…
>
> hwo can i kill the process in driver?
> i know id of the process(pid) what i want to kill.
> i don’t know how to kill the process.
>
> advise to me…
> thanks…
>
> —
> You are currently subscribed to ntfsd as: xxxxx@vba.com.by
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>