home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
TSTAPP.PAK
/
DDESRVR.H
< prev
next >
Wrap
Text File
|
1995-08-29
|
716b
|
21 lines
// Borland C++ - (C) Copyright 1991, 1992 by Borland International
// ddesrvr.h
# define WMU_DDE_CLOSED WM_USER + 100
// Routines in ddesrvr.c
extern HWND DDEServerInit(HWND hParentWnd, HWND hClientWnd,
LONG lParam, char *szApp, char *szTopic);
extern int DDEServerClose(HWND hChannel);
extern LRESULT CALLBACK _export DDEServerWndProc(HWND hWnd, UINT message,
WPARAM wParam, LPARAM lParam);
// Routines supplied by application to do actual work.
extern int DDEExecuteCommand(LPSTR lpCommand);
extern int DDEData(char *szItem, HANDLE *hData);
// end ddesrvr.h