File:  [OS/2 SDKs] / pmsdk / samples / comtalk / circleq.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 12:28:17 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: pmsdk-1989, HEAD
Microsoft OS/2 SDK PM 02-24-1989

/*
    circleq.h -- Circular Queue module entry points
    Created by Microsoft Corporation, 1989
*/

/*
    Remember to include global.h first
*/
/*
    Define queue specifications
*/
#define	QUEUESIZE	150
/*
    Define queue element type -- in global.h
*/
/*
    Queue manipulation macros and functions
*/
void QueInit(void);
void QueAdvance(int n);
Line QueQuery(int LineNum);
BOOL QueInsertLine(Line pli);
BOOL QueCompleteLine(void);
int  QueUpdateHead(int nRows, BOOL bPage, BOOL bPaging);
Line QueLastLine(void);
int  QuePageUp(int nRows);

unix.superglobalmegacorp.com

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