callrxwn.c File Reference
#include <rexx.h>
#include <stdio.h>
#include <string.h>
#include "callrxwn.h"
Include dependency graph for callrxwn.c:

Go to the source code of this file.

Functions

int REXXENTRY WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
 
LRESULT CALLBACK MainDlgProc (HWND hwnd, WORD msg, WPARAM wParam, LPARAM lParam)
 
int CallRexx (HWND hwnd)
 
int REXXENTRY RexxIOExit (int ExitNumber, int Subfunction, PEXIT parmblock)
 

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 
)

◆ WinMain()

int REXXENTRY WinMain ( HINSTANCE  hInstance,
HINSTANCE  hPrevInstance,
LPSTR  lpCmdLine,
int  nCmdShow 
)

Definition at line 74 of file callrxwn.c.

References IDD_CALLREXX_DLG, and MainDlgProc().