STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Macros | Functions
dos.h File Reference
#include <crtdefs.h>

Go to the source code of this file.

Classes

struct  _diskfree_t
 

Macros

#define _INC_DOS
 
#define _DISKFREE_T_DEFINED
 
#define _A_NORMAL   0x00 /* Normal file - No read/write restrictions */
 
#define _A_RDONLY   0x01 /* Read only file */
 
#define _A_HIDDEN   0x02 /* Hidden file */
 
#define _A_SYSTEM   0x04 /* System file */
 
#define _A_SUBDIR   0x10 /* Subdirectory */
 
#define _A_ARCH   0x20 /* Archive file */
 
#define _GETDISKFREE_DEFINED
 
#define diskfree_t   _diskfree_t
 

Functions

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

Macro Definition Documentation

#define _A_ARCH   0x20 /* Archive file */
#define _A_HIDDEN   0x02 /* Hidden file */
#define _A_NORMAL   0x00 /* Normal file - No read/write restrictions */
#define _A_RDONLY   0x01 /* Read only file */
#define _A_SUBDIR   0x10 /* Subdirectory */
#define _A_SYSTEM   0x04 /* System file */
#define _DISKFREE_T_DEFINED
#define _GETDISKFREE_DEFINED
#define _INC_DOS
#define diskfree_t   _diskfree_t

Function Documentation

_Check_return_ _CRTIMP unsigned __cdecl _getdiskfree ( _In_ unsigned  _Drive,
_Out_ struct _diskfree_t _DiskFree 
)