In pbscript, how does one Disable Windows?

Source: Internet
Author: User

Q: How can I Disable Windows in PowerBuilder?

A: use Windows API functionsExitdomainwex ().

① Define API:
Function long ExitWindowsEx (long uFlags, long dwReserved) Library "user32"

② Script:
Exitdomainwex (1, 0)

[Note]Exitdomainwex ()Function

Note: Exit windows and restart with specific options.
Return Value: Long, non-zero indicates success, and zero indicates failure.
Parameters Type and description
UFlags Long, specifying one OR more of the following flags (combined with the OR operator)
4 Force stop the unresponsive process.
0 Stop the process and log out.
1 Turn off the system power (if possible, ATX power ).
2 Reboot the system.
DwReserved Long, reserved, set to zero.
Annotation
This function will be returned immediately after being called, and the system will close the function in the background. Stop your application to make the closing process smoother. Of course, your process must have sufficient priority; otherwise, you cannot perform this operation.

[Fill] If You Want To forcibly shut down the computer so that it does not prompt whether the user connection is closed or not, use ExitWindowsEx)

Related Article

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.