beautypg.com

Avaya 1.3 User Manual

Page 193

background image

TSAPI Sample Code

Issue 1 October 2003

193

SAMPLDLG.CPP

SAMPLDLG.H

supports the main application dialog; all call-related control is here: making calls,
answering calls, call event handling, etc.

STDAFX.CPP

STDAFX.H

MFC files that do not contain any interesting code for the purposes of TSAPI-code
demonstration

RESOURCE.H

resource IDs for the application

The following files contain similar functionality in each sample, but are named unique to
each sample:

TSAPIOUT.CPP

TSAPIOUT.H

TSAPIOUT.RC

initialization and resources for sample 1

TSAPIIN.CPP

TSAPIIN.H

TSAPIIN.RC

initialization and resources for sample 2

TSAPIMUL.CPP

TSAPIMUL.H

TSAPIMUL.RC

initialization and resources for sample 3

TSAPICNF.CPP

TSAPICNF.H

TSAPICNF.RC

initialization and resources for sample 4