Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenioctl.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
1.7.6.1
|