WIN32 Programming Notes

Source: Internet
Author: User

I've decided that I'm not in touch with these wasteful APIs anymore, and I'm back for DirectX programming. Microsoft, your stuff is really deceptive.

Before using this thing when you need to check, check out on the forgotten, this time remember, and later use also do not forget too outrageous.

Windows Notifications

Wm_close inform the program you should be terminate, but the rest will not do anything, just a hint.          Often used to prompt for saving before closing a program. Occurrence time: Earliest

Wm_destroy occurs when a program's window is destroyed, indicating that the program is being terminate, and should call PostQuitMessage to terminate the message queue. Occurrence time: Middle

Wm_quit is sent when the call is PostQuitMessage. At this point the program is dead.                        Returns a 0 for the GetMessage function. Occurrence time: Latest

Functions

PostQuitMessage (int ExitCode)

This function tells the system that a program needs to be terminate and sends a WM_QUIT message that wparam contains the value of ExitCode.

WIN32 Programming Notes

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.