Obtain the process handle from the window handle and terminate the process getwindowthreadprocessid

Source: Internet
Author: User

_ Getodprocid proc
Local @ hwinod; window handle
Local @ hprocessod; Process Handle
Local @ idprocessod; process ID
Invoke findwindow, ADDR szclassname, null; get the window handle using the class name
. If eax; find
MoV @ hwinod, eax; window handle
Invoke MessageBox, null, offset szfound, offset szcaption, mb_iconwarning; OD prompt Detected
Invoke getwindowthreadprocessid, @ hwinod, ADDR @ idprocessod; obtain the process ID in @ idprocessod
Invoke OpenProcess, process_terminate, true, @ idprocessod; obtain the process handle in the returned value
. If eax; the handle is obtained successfully.
MoV @ hprocessod, eax
Invoke terminateprocess, @ hprocessod, 200; terminate the process
Invoke closehandle, @ hprocessod; Disable Process Handle
Invoke MessageBox, null, ADDR szclose, ADDR szmerry, mb_ OK
. Else; failed to get handle
Invoke MessageBox, null, ADDR szfail, ADDR szcaption, mb_iconwarning
. Endif
. Else; the target window is not found.
Invoke MessageBox, null, offset sznotfound, offset szmerry, mb_ OK
. Endif
RET

_ Getodprocid endp

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.