摘要:
unit Tlhelp323;interfaceusesTlhelp32;implementation//结束进程function TForm1.KillTask(ExeFileName: string): Integer;constPROCESS_TERMINATE = $0001;varContinueLoop: BOOL;FSnapshotHandle: THandle;FProcessEntry32: TProcessEntry32;beginResult := 0;FSnapshotHandle := CreateToolhelp32Snapshot(TH32CS_SNAPPROC. 阅读全文
posted @ 2012-02-16 22:34 ljl_falcon 阅读(972) 评论(0) 推荐(0)
浙公网安备 33010602011771号