callrxwn.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IDI_APP_ICON   1
 
#define IDD_CALLREXX_DLG   100
 
#define IDC_LISTBOX   200
 

Functions

LRESULT CALLBACK MainDlgProc (HWND hwnd, WORD msg, WPARAM wParam, LPARAM lParam)
 
int CallRexx (HWND hwnd)
 
int REXXENTRY RexxIOExit (int ExitNumber, int Subfunction, PEXIT ParmBlock)
 

Variables

HWND gHwnd
 
CHAR chTxtBuffer [128]
 

Macro Definition Documentation

◆ IDC_LISTBOX

#define IDC_LISTBOX   200

Definition at line 53 of file callrxwn.h.

◆ IDD_CALLREXX_DLG

#define IDD_CALLREXX_DLG   100

Definition at line 52 of file callrxwn.h.

◆ IDI_APP_ICON

#define IDI_APP_ICON   1

Definition at line 51 of file callrxwn.h.

Function Documentation

◆ CallRexx()

◆ MainDlgProc()

LRESULT CALLBACK MainDlgProc ( HWND  hwnd,
WORD  msg,
WPARAM  wParam,
LPARAM  lParam 
)

Definition at line 97 of file callrxwn.c.

References CallRexx(), and gHwnd.

Referenced by WinMain().

◆ RexxIOExit()

int REXXENTRY RexxIOExit ( int  ExitNumber,
int  Subfunction,
PEXIT  ParmBlock 
)

Variable Documentation

◆ chTxtBuffer

CHAR chTxtBuffer[128]

Definition at line 48 of file callrxwn.h.

Referenced by CallRexx().

◆ gHwnd

HWND gHwnd

Definition at line 45 of file callrxwn.h.

Referenced by MainDlgProc(), and RexxIOExit().