User`s guide
cviii Contents
APPENDIX A
/****************************************************************************\
* *
* whllapi.h - Windows HLLAPI functions, types, and definitions *
* *
* Version 1.0 *
* *
\****************************************************************************/
/****** Function numbers ****************************************************/
#define OEMFUNCTION 0 /* OEM Function */
#define CONNECTPS 1 /* Connect Presentation Space */
#define DISCONNECTPS 2 /* Disconnect Presentation Space */
#define SENDKEY 3 /* Send Key */
#define WAIT 4 /* Wait */
#define COPYPS 5 /* Copy Presentation Space */
#define SEARCHPS 6 /* Search Presentation Space */
#define QUERYCURSORLOC 7 /* Query Cursor Location */
#define COPYPSTOSTR 8 /* Copy Presentation Space To String */
#define SETSESSIONPARAMETERS 9 /* Set Session Parameters */
#define QUERYSESSIONS 10 /* Query Sessions */
#define RESERVE 11 /* Reserve */
#define RELEASE 12 /* Release */
#define COPYOIA 13 /* Copy OIA Information */
#define QUERYFIELDATTRIBUTE 14 /* Query Field Attribute */
#define COPYSTRTOPS 15 /* Copy String To Presentation Space */
#define STORAGEMGR 17 /* Storage Manager */
#define PAUSE 18 /* Pause */
#define QUERYSYSTEM 20 /* Query System */
#define RESETSYSTEM 21 /* Reset System */
#define QUERYSESSIONSTATUS 22 /* Query Session Status */
#define STARTHOSTNOTIFICATION 23 /* Start Host Notification */
#define QUERYHOSTUPDATE 24 /* Query Host Update */
#define STOPHOSTNOTIFICATION 25 /* Stop Host Notification */
#define SEARCHFIELD 30 /* Search Field */
#define FINDFIELDPOSITION 31 /* Find Field Position */
WHLLAPI.H - Definitions /
Declarations for the Windows
HLLAPI Specification