[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  oWin:postMsg( <nMsg>, <nWParam>, <nLParam> ) -> <lSuccess>

------------------------------------------------------------------------------


 PARAMETER:

  <nMsg>       contains one of the Windows API messages ( WM_xxxx )
               The values are defined in WINAPI.CH

  <nWParam>    The value of this first INTEGER parameter is directly related 
               to the message <nMsg>

  <nLParam>    This LONG INT second parameter is also directly related to 
               the message.


 DESCRIPTION:

  ::PostMsg() places an API message in the message queue of the window,
  and immediatley returns without waiting for the message to be processed.
  This is in contrast to the ::SendMsg() Method.

  Be sure to do thr right thing, as the sending of messages can be very 
  dangerous for your application if it is not done properly ! 

  You find the Windows API messages in the WINAPI.CH include file.

  For a detailed description about messages please activate
         Related Topics:  and select  Messages 


See Also: SendMsg Messages HandleEvent
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson