ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

d4iface.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 #define _DOT4_IFACE_H
00004 
00005 #ifdef __cplusplus
00006 extern "C" {
00007 #endif
00008 
00009 #define DOT4_MAX_CHANNELS                 128
00010 #define NO_TIMEOUT                          0
00011 #define STREAM_TYPE_CHANNEL                 1
00012 #define PACKET_TYPE_CHANNEL                 2
00013 #define DOT4_STREAM_RECEIVED            0x100
00014 #define DOT4_STREAM_CREDITS             0x101
00015 #define DOT4_MESSAGE_RECEIVED           0x102
00016 #define DOT4_DISCONNECT                 0x103
00017 #define DOT4_CHANNEL_CLOSED             0x105
00018 #define DOT4_CHANNEL                    0
00019 #define HP_MESSAGE_PROCESSOR            1
00020 #define PRINTER_CHANNEL                 2
00021 #define SCANNER_CHANNEL                 4
00022 #define MIO_COMMAND_PROCESSOR           5
00023 #define ECHO_CHANNEL                    6
00024 #define FAX_SEND_CHANNEL                7
00025 #define FAX_RECV_CHANNEL                8
00026 #define DIAGNOSTIC_CHANNEL              9
00027 #define HP_RESERVED                     10
00028 #define IMAGE_DOWNLOAD                  11
00029 #define HOST_DATASTORE_UPLOAD           12
00030 #define HOST_DATASTORE_DOWNLOAD         13
00031 #define CONFIG_UPLOAD                   14
00032 #define CONFIG_DOWNLOAD                 15
00033 
00034 typedef unsigned long CHANNEL_HANDLE, *PCHANNEL_HANDLE;
00035 
00036 typedef struct _DOT4_ACTIVITY {
00037   ULONG ulMessage;
00038   ULONG ulByteCount;
00039   CHANNEL_HANDLE hChannel;
00040 } DOT4_ACTIVITY, *PDOT4_ACTIVITY;
00041 
00042 #ifdef __cplusplus
00043 }
00044 #endif

Generated on Sun May 27 2012 04:29:56 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.