Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>postquitmessage()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PostQuitMessage()
Place the quit message in an application's message queue
------------------------------------------------------------------------------

Syntax
PostQuitMessage( <nwParam> )   -->   nil

Arguments
<nwParam> is a word (16-bit) value to pass with the message.

Returns
NIL.

Description
This function can be used to place a WM_QUIT message in an
application's message queue.  Only do this if you intend to
exit once the message reaches the beginning of the message
queue.

Example
PostQuitMessage( 0 )

See Also: GetMessage()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson