wmcopydata.h

Go to the documentation of this file.
00001 /* Allan CORNET 2004 INRIA */
00002 
00003 #ifndef __WMCOPYDATA__
00004 #define __WMCOPYDATA__
00005 
00006 #include <windows.h>
00007 
00008 typedef struct tagMYREC
00009 {
00010    char  CommandFromAnotherScilab[MAX_PATH];
00011 } 
00012 MYREC;
00013 
00014 
00015 BOOL SendCommandToAnotherScilab(char *ScilabWindowNameSource,char *ScilabWindowNameDestination,char *CommandLine);
00016 BOOL GetCommandFromAnotherScilab(char *TitleWindowSend,char *CommandLine);
00017 BOOL ReceiveFromAnotherScilab(HWND hWndSend,PCOPYDATASTRUCT MyCopyDataStruct); 
00018 /*see wtext.c case WM_COPYDATA: in CALLBACK WndParentProc */
00019 
00020 #endif /*__WMCOPYDATA__*/

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