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

ioctl.h
Go to the documentation of this file.
00001 
00006 #ifndef _SYS_IOCTL_H
00007 #define _SYS_IOCTL_H
00008 
00009 #include <sys/cdefs.h>
00010 
00011 #define WINDOWS_POST    0   /* Set write() behavior to PostMessage() */
00012 #define WINDOWS_SEND    1   /* Set write() behavior to SendMessage() */
00013 #define WINDOWS_HWND    2   /* Set hWnd for read() calls */
00014 
00015 __BEGIN_DECLS
00016 
00017 int ioctl (int __fd, int __cmd, ...);
00018 
00019 __END_DECLS
00020 
00021 #endif

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