ReactOS 0.4.15-dev-7958-gcd0bb1a
ioctl.h File Reference
#include <sys/cdefs.h>
Include dependency graph for ioctl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define WINDOWS_POST   0 /* Set write() behavior to PostMessage() */
 
#define WINDOWS_SEND   1 /* Set write() behavior to SendMessage() */
 
#define WINDOWS_HWND   2 /* Set hWnd for read() calls */
 

Functions

__BEGIN_DECLS int ioctl (int __fd, int __cmd,...)
 

Macro Definition Documentation

◆ WINDOWS_HWND

#define WINDOWS_HWND   2 /* Set hWnd for read() calls */

Definition at line 13 of file ioctl.h.

◆ WINDOWS_POST

#define WINDOWS_POST   0 /* Set write() behavior to PostMessage() */

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER within this package.

Definition at line 11 of file ioctl.h.

◆ WINDOWS_SEND

#define WINDOWS_SEND   1 /* Set write() behavior to SendMessage() */

Definition at line 12 of file ioctl.h.

Function Documentation

◆ ioctl()

__BEGIN_DECLS int ioctl ( int  __fd,
int  __cmd,
  ... 
)