ReactOS 0.4.15-dev-7924-g5949c20
dos.h File Reference
#include <crtdefs.h>
#include <io.h>
Include dependency graph for dos.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _diskfree_t
 

Macros

#define _DISKFREE_T_DEFINED
 
#define _A_NORMAL   0x00
 
#define _A_RDONLY   0x01
 
#define _A_HIDDEN   0x02
 
#define _A_SYSTEM   0x04
 
#define _A_VOLID   0x08
 
#define _A_SUBDIR   0x10
 
#define _A_ARCH   0x20
 
#define _GETDISKFREE_DEFINED
 
#define diskfree_t   _diskfree_t
 

Functions

_CRTIMP unsigned __cdecl _getdiskfree (unsigned _Drive, struct _diskfree_t *_DiskFree)
 

Macro Definition Documentation

◆ _A_ARCH

#define _A_ARCH   0x20

Definition at line 35 of file dos.h.

◆ _A_HIDDEN

#define _A_HIDDEN   0x02

Definition at line 31 of file dos.h.

◆ _A_NORMAL

#define _A_NORMAL   0x00

Definition at line 29 of file dos.h.

◆ _A_RDONLY

#define _A_RDONLY   0x01

Definition at line 30 of file dos.h.

◆ _A_SUBDIR

#define _A_SUBDIR   0x10

Definition at line 34 of file dos.h.

◆ _A_SYSTEM

#define _A_SYSTEM   0x04

Definition at line 32 of file dos.h.

◆ _A_VOLID

#define _A_VOLID   0x08

Definition at line 33 of file dos.h.

◆ _DISKFREE_T_DEFINED

#define _DISKFREE_T_DEFINED

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 19 of file dos.h.

◆ _GETDISKFREE_DEFINED

#define _GETDISKFREE_DEFINED

Definition at line 38 of file dos.h.

◆ diskfree_t

#define diskfree_t   _diskfree_t

Definition at line 48 of file dos.h.

Function Documentation

◆ _getdiskfree()

_CRTIMP unsigned __cdecl _getdiskfree ( unsigned  _Drive,
struct _diskfree_t _DiskFree 
)