home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
DDEMLWIN.PAK
/
DDECLNT.H
< prev
next >
Wrap
C/C++ Source or Header
|
1995-08-29
|
1KB
|
40 lines
/* Borland C++ - (C) Copyright 1992 by Borland International */
/*
External References
*/
extern HANDLE hInst;
extern HWND hWnd;
/*
Resource Defines
*/
#define ID_DDECLIENT 100
#define ID_DDESERVER 101
/*
Menu Selection Defines
*/
#define IDM_EXIT 100
#define IDM_CONNECT_SERVER 101
#define IDM_DISCONNECT_SERVER 102
#define IDM_ABOUT 103
#define IDM_MSG_TO_SERVER 104
#define IDM_MSG_FROM_SERVER 105
/*
Forward References
*/
LRESULT CALLBACK MainWndProc ( HWND, UINT, WPARAM, LPARAM );
BOOL FAR PASCAL InitApplication ( HANDLE );
BOOL InitInstance ( HANDLE hInstance, int nCmdShow );
BOOL CALLBACK About ( HWND, UINT, WPARAM, LPARAM );
HDDEDATA EXPENTRY DDECallback ( WORD, WORD, HCONV, HSZ, HSZ, HDDEDATA, DWORD,
DWORD );
void HandleError ( DWORD );
void HandleOutput ( char * );