User`s guide

Contents cix
#define FINDFIELDLENGTH 32 /* Find Field Length */
#define COPYSTRINGTOFIELD 33 /* Copy String To Field */
#define COPYFIELDTOSTRING 34 /* Copy String To Field */
#define SETCURSOR 40 /* Set Cursor */
#define STARTCLOSEINTERCEPT 41 /* Start Close Intercept */
#define QUERYCLOSEINTERCEPT 42 /* Query Close Intercept */
#define STOPCLOSEINTERCEPT 43 /* Stop Close Intercept */
#define STARTKSINTERCEPT 50 /* Start Keystroke Intercept */
#define GETKEY 51 /* Get Key */
#define POSTINTERCEPTSTATUS 52 /* Post Intercept Status */
#define STOPKSINTERCEPT 53 /* Stop Keystroke Intercept */
#define LOCKPSAPI 60 /* Lock Presentation Space API */
#define LOCKWSAPI 61 /* Lock Window Services API */
#define SENDFILE 90 /* Send File */
#define RECEIVEFILE 91 /* Receive File */
#define CONVERT 99 /* Convert Position or RowCol */
#define CONNECTWINDOWSERVICES 101 /* Connect Window Services */
#define DISCONNECTWINDOWSERVICES 102 /* Disconnect Window Services */
#define QUERYWINDOWCOORDINATES 103 /* Query or Set Window Coordinates */
#define WINDOWSTATUS 104 /* Query or Set Window Status */
#define CHANGEPSNAME 105 /* Change Presentation Space Name */
#define CONNECTSTRFLDS 120 /* Connect Structured Fields */
#define DISCONSTRFLDS 121 /* Disconnect Structured Fields */
#define QUERYCOMMBUFSIZ 122 /* Query Communications Buffer Size */
#define ALLOCCOMMBUFF 123 /* Allocate Communications Buffer */
#define FREECOMMBUFF 124 /* Free Communications Buffer */
#define GETREQUESTCOMP 125 /* Get Request Completion */
#define READSTRFLDS 126 /* Read Structured Fields */
#define WRITESTRFLDS 127 /* Write Structured Fields */
/****** SetSessionParameters values *****************************************/
#define WHLL_SSP_NEWRET (DWORD)0x00000001
#define WHLL_SSP_OLDRET (DWORD)0x00000002
#define WHLL_SSP_ATTRB (DWORD)0x00000004
#define WHLL_SSP_NOATTRB (DWORD)0x00000008
#define WHLL_SSP_NWAIT (DWORD)0x00000010
#define WHLL_SSP_LWAIT (DWORD)0x00000020
#define WHLL_SSP_TWAIT (DWORD)0x00000040
#define WHLL_SSP_EAB (DWORD)0x00000080
#define WHLL_SSP_NOEAB (DWORD)0x00000100
#define WHLL_SSP_AUTORESET (DWORD)0x00000200
#define WHLL_SSP_NORESET (DWORD)0x00000400
#define WHLL_SSP_SRCHALL (DWORD)0x00001000
#define WHLL_SSP_SRCHFROM (DWORD)0x00002000
#define WHLL_SSP_SRCHFRWD (DWORD)0x00004000
#define WHLL_SSP_SRCHBKWD (DWORD)0x00008000
#define WHLL_SSP_FPAUSE (DWORD)0x00010000
#define WHLL_SSP_IPAUSE (DWORD)0x00020000