[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  oWin:DDeAck ( <hWndSender>, <nLParam> ) ->  id

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

 PARAMETER:

  <hWndSender> Is the handle of the DDE server window

  <nLParam>    This LONG WORD has packed two informations, wLow which is
                   the low order Word, and wHigh. The data is specified as
                   follows, depending on the message to which the WM_DDE_ACK 
                   message is responding: 

                   wLow:
                   WM_DDE_INITIATE aApplication :
                   An atom that contains the name of the replying application
  
                   WM_DDE_EXECUTE and all other messages: wStatus 
                   A series of flags that indicate the status of the response

                   
                   wHigh:
                   WM_DDE_INITIATE aTopic 
                   An atom that contains the topic with which the replying 
                   server window is associated. 
                   
                   WM_DDE_EXECUTE hCommands 
                   A handle that identifies the data item containing the 
                   command string. 
                   
                   All other messages: aItem 
                   An atom that specifies the data item for which the 
                   response is sent. 


 DESCRIPTION:

 This method is called by the eventhandler of the DDE client window 
 whenever it receives an acknowledgement from the DDE server.


 !seealso:"DDeInitiate" "DDeExecute" "BDDeExecute" "bDDeInit"


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson