NEURON
ddeclnt.h File Reference

Go to the source code of this file.

Macros

#define ID_DDECLIENT   100
 
#define ID_DDESERVER   101
 
#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
 

Functions

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 *)
 

Variables

HANDLE hInst
 
HWND hWnd
 

Macro Definition Documentation

◆ ID_DDECLIENT

#define ID_DDECLIENT   100

Definition at line 14 of file ddeclnt.h.

◆ ID_DDESERVER

#define ID_DDESERVER   101

Definition at line 15 of file ddeclnt.h.

◆ IDM_ABOUT

#define IDM_ABOUT   103

Definition at line 24 of file ddeclnt.h.

◆ IDM_CONNECT_SERVER

#define IDM_CONNECT_SERVER   101

Definition at line 22 of file ddeclnt.h.

◆ IDM_DISCONNECT_SERVER

#define IDM_DISCONNECT_SERVER   102

Definition at line 23 of file ddeclnt.h.

◆ IDM_EXIT

#define IDM_EXIT   100

Definition at line 21 of file ddeclnt.h.

◆ IDM_MSG_FROM_SERVER

#define IDM_MSG_FROM_SERVER   105

Definition at line 26 of file ddeclnt.h.

◆ IDM_MSG_TO_SERVER

#define IDM_MSG_TO_SERVER   104

Definition at line 25 of file ddeclnt.h.

Function Documentation

◆ About()

BOOL CALLBACK About ( HWND  ,
UINT  ,
WPARAM  ,
LPARAM   
)

◆ DDECallback()

HDDEDATA EXPENTRY DDECallback ( WORD  ,
WORD  ,
HCONV  ,
HSZ  ,
HSZ  ,
HDDEDATA  ,
DWORD  ,
DWORD   
)

Definition at line 234 of file ddeclnt.cpp.

◆ HandleError()

void HandleError ( DWORD  )

Definition at line 264 of file ddeclnt.cpp.

◆ HandleOutput()

void HandleOutput ( char *  )

Definition at line 361 of file ddesrvr.cpp.

◆ InitApplication()

BOOL FAR PASCAL InitApplication ( HANDLE  )

Definition at line 98 of file ddesrvr.cpp.

◆ InitInstance()

BOOL InitInstance ( HANDLE  hInstance,
int  nCmdShow 
)

Definition at line 121 of file ddesrvr.cpp.

◆ MainWndProc()

LRESULT CALLBACK MainWndProc ( HWND  ,
UINT  ,
WPARAM  ,
LPARAM   
)

Definition at line 163 of file ddesrvr.cpp.

Variable Documentation

◆ hInst

HANDLE hInst

Definition at line 35 of file ddesrvr.cpp.

◆ hWnd

HWND hWnd

Definition at line 36 of file ddesrvr.cpp.