Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - peekmessage() extract a message from the message queue http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 PeekMessage()          Extract a message from the message queue
--------------------------------------------------------------------------------

   Syntax:              PeekMessage( @<cMsg>, <hWnd>, <nFilterFirst>,
                                     <nFilterLast>, <nRemove> )  --> <lSuccess>

   Parameters:

   <cMsg>               A string supplied by reference, where FiveWin
                        will place a MSG struct in a string format.

   <hWnd>               Identifies a window whose messages are to be
                        examined

   <nFilterFirst>       Specifies the first and last values in the range
   <nFilterLast>        of messages to be examined

   <nRemove>            Specifies how messages are handled

   Returns:

   <lSuccess>           A logical value indicating if the operation
                        was successfully.

                        The result is stored by reference inside <cMsg>

   Observations:        This functions are automatically managed by
                        FiveWin. We just document them here with the
                        wish of a better understanding, but we stress
                        on the idea that you should let FiveWin manage
                        all these complexity.

   Source code:         SOURCE\\WINAPI\\PeekMsg.c


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