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>ddestop()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DDEStop()
Stop a DDE conversation
------------------------------------------------------------------------------

Syntax
DDEStop( <hWndServer>, <hWndClient> )   -->   NIL

Arguments
<hWndServer> is the handle of the server window.

<hWndClient> is the handle of the window stopping the
conversation.

Returns
NIL.

Description
This function can be used to stop a DDE conversation with the
server specified.

This function is provided in the \clip4win\source\dde.prg file.

Example
if IsWindow( hWndWinword )         // check it's still valid
     DDEStop( hWndWinword, hWndClient )
endif

//  Further examples are in DDE.PRG in the \clip4win\source directory.


See Also: DDEAdvise() DDEGetData() DDERequest() DDEStart()

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