STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Macros | Functions
stat.h File Reference
#include <corecrt.h>
#include <sys/types.h>

Go to the source code of this file.

Classes

struct  _stat32
 
struct  _stat32i64
 
struct  _stat64i32
 
struct  _stat64
 

Macros

#define __stat64   _stat64
 
#define _S_IFMT   0xF000
 
#define _S_IFDIR   0x4000
 
#define _S_IFCHR   0x2000
 
#define _S_IFIFO   0x1000
 
#define _S_IFREG   0x8000
 
#define _S_IREAD   0x0100
 
#define _S_IWRITE   0x0080
 
#define _S_IEXEC   0x0040
 
#define _fstat   _fstat64i32
 
#define _fstati64   _fstat64
 
#define _stat   _stat64i32
 
#define _stati64   _stat64
 
#define _wstat   _wstat64i32
 
#define _wstati64   _wstat64
 

Functions

_ACRTIMP int __cdecl _fstat32 (_In_ int _FileHandle, _Out_ struct _stat32 *_Stat)
 
_ACRTIMP int __cdecl _fstat32i64 (_In_ int _FileHandle, _Out_ struct _stat32i64 *_Stat)
 
_ACRTIMP int __cdecl _fstat64i32 (_In_ int _FileHandle, _Out_ struct _stat64i32 *_Stat)
 
_ACRTIMP int __cdecl _fstat64 (_In_ int _FileHandle, _Out_ struct _stat64 *_Stat)
 
_ACRTIMP int __cdecl _stat32 (_In_z_ char const *_FileName, _Out_ struct _stat32 *_Stat)
 
_ACRTIMP int __cdecl _stat32i64 (_In_z_ char const *_FileName, _Out_ struct _stat32i64 *_Stat)
 
_ACRTIMP int __cdecl _stat64i32 (_In_z_ char const *_FileName, _Out_ struct _stat64i32 *_Stat)
 
_ACRTIMP int __cdecl _stat64 (_In_z_ char const *_FileName, _Out_ struct _stat64 *_Stat)
 
_ACRTIMP int __cdecl _wstat32 (_In_z_ wchar_t const *_FileName, _Out_ struct _stat32 *_Stat)
 
_ACRTIMP int __cdecl _wstat32i64 (_In_z_ wchar_t const *_FileName, _Out_ struct _stat32i64 *_Stat)
 
_ACRTIMP int __cdecl _wstat64i32 (_In_z_ wchar_t const *_FileName, _Out_ struct _stat64i32 *_Stat)
 
_ACRTIMP int __cdecl _wstat64 (_In_z_ wchar_t const *_FileName, _Out_ struct _stat64 *_Stat)
 

Macro Definition Documentation

#define __stat64   _stat64
#define _fstat   _fstat64i32
#define _fstati64   _fstat64
#define _S_IEXEC   0x0040
#define _S_IFCHR   0x2000
#define _S_IFDIR   0x4000
#define _S_IFIFO   0x1000
#define _S_IFMT   0xF000
#define _S_IFREG   0x8000
#define _S_IREAD   0x0100
#define _S_IWRITE   0x0080
#define _stat   _stat64i32
#define _stati64   _stat64
#define _wstat   _wstat64i32
#define _wstati64   _wstat64

Function Documentation

_ACRTIMP int __cdecl _fstat32 ( _In_ int  _FileHandle,
_Out_ struct _stat32 _Stat 
)
_ACRTIMP int __cdecl _fstat32i64 ( _In_ int  _FileHandle,
_Out_ struct _stat32i64 _Stat 
)
_ACRTIMP int __cdecl _fstat64 ( _In_ int  _FileHandle,
_Out_ struct _stat64 _Stat 
)
_ACRTIMP int __cdecl _fstat64i32 ( _In_ int  _FileHandle,
_Out_ struct _stat64i32 _Stat 
)
_ACRTIMP int __cdecl _stat32 ( _In_z_ char const *  _FileName,
_Out_ struct _stat32 _Stat 
)
_ACRTIMP int __cdecl _stat32i64 ( _In_z_ char const *  _FileName,
_Out_ struct _stat32i64 _Stat 
)
_ACRTIMP int __cdecl _stat64 ( _In_z_ char const *  _FileName,
_Out_ struct _stat64 _Stat 
)
_ACRTIMP int __cdecl _stat64i32 ( _In_z_ char const *  _FileName,
_Out_ struct _stat64i32 _Stat 
)
_ACRTIMP int __cdecl _wstat32 ( _In_z_ wchar_t const *  _FileName,
_Out_ struct _stat32 _Stat 
)
_ACRTIMP int __cdecl _wstat32i64 ( _In_z_ wchar_t const *  _FileName,
_Out_ struct _stat32i64 _Stat 
)
_ACRTIMP int __cdecl _wstat64 ( _In_z_ wchar_t const *  _FileName,
_Out_ struct _stat64 _Stat 
)
_ACRTIMP int __cdecl _wstat64i32 ( _In_z_ wchar_t const *  _FileName,
_Out_ struct _stat64i32 _Stat 
)