DDE.h

Go to the documentation of this file.
00001 /**********************************************************************************/
00002 /* Allan CORNET */
00003 /* INRIA 2004 */
00004 /**********************************************************************************/
00005 #ifndef __DDE__
00006 #define __DDE__
00007 #include <windows.h>
00008 /**********************************************************************************/
00009 BOOL DDEExecute(char* szCommand,int TimeOut);
00010 BOOL DDERequest(char* szItem,int TimeOut,char *Result);
00011 BOOL DDEPoke(char* szItem, char* szData,int TimeOut);
00012 BOOL DDEOpenConnection(char *strServeur, char *strTopic);
00013 BOOL DDECloseConnection(void);
00014 BOOL DDEIsOpen(void);
00015 /**********************************************************************************/
00016 #endif /* __DDE__ */
00017 

Generated on Sun Mar 4 15:04:01 2007 for Scilab [trunk] by  doxygen 1.5.1