ReactOS 0.4.16-dev-737-g3368adc
corecrt_wio.h File Reference
#include <corecrt.h>
#include <corecrt_share.h>
Include dependency graph for corecrt_wio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _wfinddata32_t
 
struct  _wfinddata32i64_t
 
struct  _wfinddata64i32_t
 
struct  _wfinddata64_t
 

Macros

#define _wfinddata_t   _wfinddata64i32_t
 
#define _wfinddatai64_t   _wfinddata64_t
 
#define _wfindfirst   _wfindfirst64i32
 
#define _wfindnext   _wfindnext64i32
 
#define _wfindfirsti64   _wfindfirst64
 
#define _wfindnexti64   _wfindnext64
 

Typedefs

typedef unsigned long _fsize_t
 

Functions

_Check_return_ _ACRTIMP int __cdecl _waccess (_In_z_ wchar_t const *_FileName, _In_ int _AccessMode)
 
_Check_return_wat_ _ACRTIMP errno_t __cdecl _waccess_s (_In_z_ wchar_t const *_FileName, _In_ int _AccessMode)
 
_Check_return_ _ACRTIMP int __cdecl _wchmod (_In_z_ wchar_t const *_FileName, _In_ int _Mode)
 
_Check_return_ _CRT_INSECURE_DEPRECATE (_wsopen_s) _ACRTIMP int __cdecl _wcreat(_In_z_ wchar_t const *_FileName
 
 _Success_ (return !=-1) _Check_return_ _ACRTIMP intptr_t __cdecl _wfindfirst32(_In_z_ wchar_t const *_FileName
 
_ACRTIMP int __cdecl _wunlink (_In_z_ wchar_t const *_FileName)
 
_Check_return_ _ACRTIMP int __cdecl _wrename (_In_z_ wchar_t const *_OldFileName, _In_z_ wchar_t const *_NewFileName)
 
_ACRTIMP errno_t __cdecl _wmktemp_s (_Inout_updates_z_(_SizeInWords) wchar_t *_TemplateName, _In_ size_t _SizeInWords)
 
 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_0 (errno_t, _wmktemp_s, wchar_t, _TemplateName) _Success_(return !=0) __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_0(wchar_t *
 
_Check_return_wat_ _ACRTIMP errno_t __cdecl _wsopen_s (_Out_ int *_FileHandle, _In_z_ wchar_t const *_FileName, _In_ int _OpenFlag, _In_ int _ShareFlag, _In_ int _PermissionFlag)
 
_ACRTIMP errno_t __cdecl _wsopen_dispatch (_In_z_ wchar_t const *_FileName, _In_ int _OFlag, _In_ int _ShFlag, _In_ int _PMode, _Out_ int *_PFileHandle, _In_ int _BSecure)
 

Variables

_Check_return_ _In_ int _PermissionMode
 
_Out_ struct _wfinddata32_t_FindData
 
 __RETURN_POLICY_DST
 
 _ACRTIMP
 
 _wmktemp
 
 _Inout_z_
 
 wchar_t
 
_Check_return_ _In_ int _OpenFlag
 
_Check_return_ _In_ int _Check_return_ _In_ int _In_ int _ShareFlag
 

Macro Definition Documentation

◆ _wfinddata_t

Definition at line 29 of file corecrt_wio.h.

◆ _wfinddatai64_t

#define _wfinddatai64_t   _wfinddata64_t

Definition at line 30 of file corecrt_wio.h.

◆ _wfindfirst

#define _wfindfirst   _wfindfirst64i32

Definition at line 88 of file corecrt_wio.h.

◆ _wfindfirsti64

#define _wfindfirsti64   _wfindfirst64

Definition at line 90 of file corecrt_wio.h.

◆ _wfindnext

#define _wfindnext   _wfindnext64i32

Definition at line 89 of file corecrt_wio.h.

◆ _wfindnexti64

#define _wfindnexti64   _wfindnext64

Definition at line 91 of file corecrt_wio.h.

Typedef Documentation

◆ _fsize_t

Definition at line 33 of file corecrt_wio.h.

Function Documentation

◆ __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_0()

__DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_0 ( errno_t  ,
_wmktemp_s  ,
wchar_t  ,
_TemplateName   
)
pure virtual

◆ _CRT_INSECURE_DEPRECATE()

_Check_return_ _In_ int _Check_return_ _CRT_INSECURE_DEPRECATE ( _wsopen_s  ) const

◆ _Success_()

_Success_ ( return = -1) const

◆ _waccess()

_Check_return_ _ACRTIMP int __cdecl _waccess ( _In_z_ wchar_t const _FileName,
_In_ int  _AccessMode 
)

◆ _waccess_s()

_Check_return_wat_ _ACRTIMP errno_t __cdecl _waccess_s ( _In_z_ wchar_t const _FileName,
_In_ int  _AccessMode 
)

Referenced by _access_s().

◆ _wchmod()

_Check_return_ _ACRTIMP int __cdecl _wchmod ( _In_z_ wchar_t const _FileName,
_In_ int  _Mode 
)

◆ _wmktemp_s()

_ACRTIMP errno_t __cdecl _wmktemp_s ( _Inout_updates_z_(_SizeInWords) wchar_t _TemplateName,
_In_ size_t  _SizeInWords 
)

◆ _wrename()

_Check_return_ _ACRTIMP int __cdecl _wrename ( _In_z_ wchar_t const _OldFileName,
_In_z_ wchar_t const _NewFileName 
)

◆ _wsopen_dispatch()

_ACRTIMP errno_t __cdecl _wsopen_dispatch ( _In_z_ wchar_t const _FileName,
_In_ int  _OFlag,
_In_ int  _ShFlag,
_In_ int  _PMode,
_Out_ int _PFileHandle,
_In_ int  _BSecure 
)

Referenced by _wsopen_dispatch().

◆ _wsopen_s()

_Check_return_wat_ _ACRTIMP errno_t __cdecl _wsopen_s ( _Out_ int _FileHandle,
_In_z_ wchar_t const _FileName,
_In_ int  _OpenFlag,
_In_ int  _ShareFlag,
_In_ int  _PermissionFlag 
)

◆ _wunlink()

_ACRTIMP int __cdecl _wunlink ( _In_z_ wchar_t const _FileName)

Variable Documentation

◆ __RETURN_POLICY_DST

_In_opt_ _Locale __RETURN_POLICY_DST

Definition at line 154 of file corecrt_wio.h.

◆ _ACRTIMP

_ACRTIMP

Definition at line 154 of file corecrt_wio.h.

◆ _FindData

Definition at line 122 of file corecrt_wio.h.

◆ _Inout_z_

_Inout_z_

Definition at line 155 of file corecrt_wio.h.

◆ _OpenFlag

Definition at line 256 of file corecrt_wio.h.

◆ _PermissionMode

_Check_return_ _In_ int _PermissionMode

Definition at line 115 of file corecrt_wio.h.

◆ _ShareFlag

Definition at line 263 of file corecrt_wio.h.

◆ _wmktemp

_wmktemp

Definition at line 154 of file corecrt_wio.h.

◆ wchar_t

Definition at line 155 of file corecrt_wio.h.