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

fbtusr.h
Go to the documentation of this file.
00001 // Copyright (c) 2004, Antony C. Roberts
00002 
00003 // Use of this file is subject to the terms
00004 // described in the LICENSE.TXT file that
00005 // accompanies this file.
00006 //
00007 // Your use of this file indicates your
00008 // acceptance of the terms described in
00009 // LICENSE.TXT.
00010 //
00011 // http://www.freebt.net
00012 
00013 #ifndef _FREEBT_USER_H
00014 #define _FREEBT_USER_H
00015 
00016 #include <initguid.h>
00017 //#include <winioctl.h>
00018 
00019 // {7591F7C7-E760-434a-92D3-C1869930423C}
00020 DEFINE_GUID(GUID_CLASS_FREEBT_USB,
00021 0x7591f7c7, 0xe760, 0x434a, 0x92, 0xd3, 0xc1, 0x86, 0x99, 0x30, 0x42, 0x3c);
00022 
00023 #define FREEBT_IOCTL_INDEX             0x0000
00024 
00025 
00026 #define IOCTL_FREEBT_GET_CONFIG_DESCRIPTOR  CTL_CODE(FILE_DEVICE_UNKNOWN,     \
00027                                                      FREEBT_IOCTL_INDEX,     \
00028                                                      METHOD_BUFFERED,         \
00029                                                      FILE_ANY_ACCESS)
00030 
00031 #define IOCTL_FREEBT_HCI_SEND_CMD           CTL_CODE(FILE_DEVICE_UNKNOWN,     \
00032                                                         FREEBT_IOCTL_INDEX + 1, \
00033                                                         METHOD_BUFFERED,         \
00034                                                         FILE_ANY_ACCESS)
00035 
00036 #define IOCTL_FREEBT_HCI_GET_EVENT          CTL_CODE(FILE_DEVICE_UNKNOWN,     \
00037                                                         FREEBT_IOCTL_INDEX + 2, \
00038                                                         METHOD_BUFFERED,         \
00039                                                         FILE_ANY_ACCESS)
00040 
00041 #endif
00042 

Generated on Sat May 26 2012 04:25:44 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.