home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ - (C) Copyright 1991 by Borland International
-
- // ddeclnt.h
-
- # define WMU_DDE_CLOSED WM_USER + 100
-
- extern HWND DDEClientOpen(HWND hParentWnd, char *szApp,
- char *szTopic);
- extern void DDEClientClose(HWND hChannel);
- extern int DDEExecute(HWND hChannel, LPSTR lpszCommand, int nWait);
- extern HANDLE DDERead(HWND hChannel, char *szItem, int nWait);
- extern int DDEWait(HWND hChannel, int nWait);
- extern void DDESleep(int nWait);
- extern LONG FAR PASCAL DDEClientWndProc(HWND hWnd, WORD message,
- WORD wParam, LONG lParam);
-
- // end ddeclnt.h
-
-