Annotation of os2sdk/demos/apps/lqh/lqhdll.h, revision 1.1.1.1

1.1       root        1: /* Include file for users of lqhdll.dll */
                      2: 
                      3: typedef struct _QHBOX {          /* qhb */
                      4:     USHORT top;
                      5:     USHORT left;
                      6:     USHORT bottom;
                      7:     USHORT right;
                      8:     INT FillAtt;
                      9:     BYTE BorderAtt;
                     10:     BYTE BoxType;
                     11: } QHBOX;
                     12: 
                     13: VOID FAR PASCAL BoxDraw(QHBOX FAR *);
                     14: SEL FAR PASCAL BoxSave(QHBOX FAR *);
                     15: BOOL FAR PASCAL BoxRestore(QHBOX FAR *, SEL);
                     16: VOID FAR PASCAL BoxMessage(PSZ, BYTE, BYTE, HMOU, BOOL);
                     17: BOOL FAR PASCAL BoxGetString(PSZ, PSZ, USHORT, BYTE, HMOU);
                     18: VOID FAR PASCAL BoxScroll(QHBOX FAR *, USHORT, USHORT, BYTE);
                     19: VOID FAR PASCAL Dstrcpy(PSZ, PSZ);
                     20: VOID FAR PASCAL Dstrcat(PSZ, PSZ);
                     21: USHORT FAR Dstrlen(PSZ);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.