|
|
1.1 root 1: /* VDD_FUNC.H */
2:
3: /* Synchronet WinNT VDD FOSSIL constant/type definitions */
4:
5: /* $Id: vdd_func.h,v 1.9 2006/06/20 21:48:40 rswindell Exp $ */
6:
7: /****************************************************************************
8: * @format.tab-size 4 (Plain Text/Source Code File Header) *
9: * @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
10: * *
11: * Copyright 2006 Rob Swindell - http://www.synchro.net/copyright.html *
12: * *
13: * This program is free software; you can redistribute it and/or *
14: * modify it under the terms of the GNU General Public License *
15: * as published by the Free Software Foundation; either version 2 *
16: * of the License, or (at your option) any later version. *
17: * See the GNU General Public License for more details: gpl.txt or *
18: * http://www.fsf.org/copyleft/gpl.html *
19: * *
20: * Anonymous FTP access to the most recent released source is available at *
21: * ftp://vert.synchro.net, ftp://cvs.synchro.net and ftp://ftp.synchro.net *
22: * *
23: * Anonymous CVS access to the development source and modification history *
24: * is available at cvs.synchro.net:/cvsroot/sbbs, example: *
25: * cvs -d :pserver:[email protected]:/cvsroot/sbbs login *
26: * (just hit return, no password is necessary) *
27: * cvs -d :pserver:[email protected]:/cvsroot/sbbs checkout src *
28: * *
29: * For Synchronet coding style and modification guidelines, see *
30: * http://www.synchro.net/source.html *
31: * *
32: * You are encouraged to submit any modifications (preferably in Unix diff *
33: * format) via e-mail to [email protected] *
34: * *
35: * Note: If this box doesn't appear square, then you need to fix your tabs. *
36: ****************************************************************************/
37:
38:
39: enum {
40: VDD_OPEN =0
41: ,VDD_CLOSE =1
42: ,VDD_READ =2
43: ,VDD_PEEK =3
44: ,VDD_WRITE =4
45: ,VDD_STATUS =5
46: ,VDD_INBUF_PURGE =6
47: ,VDD_INBUF_FULL =7
48: ,VDD_INBUF_SIZE =8
49: ,VDD_OUTBUF_PURGE =9
50: ,VDD_OUTBUF_FULL =10
51: ,VDD_OUTBUF_SIZE =11
52: ,VDD_ONLINE =12
53: ,VDD_YIELD =13
54: ,VDD_MAYBE_YIELD =14
55: ,VDD_LOAD_INI_FILE =15
56: ,VDD_LOAD_INI_SECTION =16
57: ,VDD_DEBUG_OUTPUT =17
58: ,VDD_HANGUP =18
59: };
60:
61: typedef struct {
62: DWORD online;
63: DWORD inbuf_size;
64: DWORD inbuf_full;
65: DWORD outbuf_size;
66: DWORD outbuf_full;
67: } vdd_status_t;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.