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 - postmessage() places a message at the end of the queue http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 PostMessage()          Places a message at the end of the queue
--------------------------------------------------------------------------------

   Syntax:              PostMessage( <hWnd>, <nMsg>, <nWParam>, <nLParam> )
                                --> <lSuccess>

   Parameters:

   <hWnd>               Identifies the window to which the message
                        will be posted. If this parameter is
                        HWND_BROADCAST (-1), the message will be posted
                        to all top level windows, including disabled
                        or invisible unowned windows.

   <nMsg>               Specifies the message to be posted.

   <nWParam>            Specifies 16 bits of aditional information.

   <nLParam>            Specifies 32 bits of aditional information.

   Returns:

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

   Sample:              SOURCE\\CLASSES\\Window METHOD PostMsg

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

   See also:            SendMessage() PeekMessage()


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