15#pragma warning(disable: _UCRT_DISABLED_WARNINGS)
25#ifdef _USE_32BIT_TIME_T
26 #define _wfinddata_t _wfinddata32_t
27 #define _wfinddatai64_t _wfinddata32i64_t
29 #define _wfinddata_t _wfinddata64i32_t
30 #define _wfinddatai64_t _wfinddata64_t
82#ifdef _USE_32BIT_TIME_T
83 #define _wfindfirst _wfindfirst32
84 #define _wfindnext _wfindnext32
85 #define _wfindfirsti64 _wfindfirst32i64
86 #define _wfindnexti64 _wfindnext32i64
88 #define _wfindfirst _wfindfirst64i32
89 #define _wfindnext _wfindnext64i32
90 #define _wfindfirsti64 _wfindfirst64
91 #define _wfindnexti64 _wfindnext64
149 wchar_t, _TemplateName
214 _Out_ int* _PFileHandle,
220#if defined __cplusplus
_Out_ int _In_z_ char const _In_ int _In_ int _In_ int _PermissionFlag
_ACRTIMP errno_t __cdecl _wmktemp_s(_Inout_updates_z_(_SizeInWords) wchar_t *_TemplateName, _In_ size_t _SizeInWords)
_Out_ struct _wfinddata32_t * _FindData
_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)
_Check_return_ _ACRTIMP int __cdecl _waccess(_In_z_ wchar_t const *_FileName, _In_ int _AccessMode)
_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)
_Check_return_ _In_ int _PermissionMode
_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)
_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_ _In_ int _OpenFlag
_Check_return_ _In_ int _Check_return_ _In_ int _In_ int _ShareFlag
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_0(_ReturnType, _FuncName, _DstType, _Dst)
intptr_t __cdecl _wfindfirst32i64(wchar_t const *const pattern, _wfinddata32i64_t *const result)
int __cdecl _wfindnext64i32(intptr_t const handle, _wfinddata64i32_t *const result)
intptr_t __cdecl _wfindfirst64(wchar_t const *const pattern, _wfinddata64_t *const result)
intptr_t __cdecl _wfindfirst64i32(wchar_t const *const pattern, _wfinddata64i32_t *const result)
int __cdecl _wfindnext32i64(intptr_t const handle, _wfinddata32i64_t *const result)
int __cdecl _wfindnext64(intptr_t const handle, _wfinddata64_t *const result)
#define _Inout_updates_z_(s)
_CRTIMP int __cdecl _wopen(const wchar_t *_Filename, int _OpenFlag,...)
_CRTIMP int __cdecl _wsopen(const wchar_t *_Filename, int _OpenFlag, int _ShareFlag,...)
_Check_return_ _CRTIMP int __cdecl _wcreat(_In_z_ const wchar_t *_Filename, _In_ int _PermissionMode)
_Check_return_ _CRTIMP intptr_t __cdecl _wfindfirst32(_In_z_ const wchar_t *_Filename, _Out_ struct _wfinddata32_t *_FindData)
_Check_return_ _CRTIMP int __cdecl _wfindnext32(_In_ intptr_t _FindHandle, _Out_ struct _wfinddata32_t *_FindData)
#define __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_0(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _SalAttributeDst, _DstType, _Dst)
#define _UCRT_DISABLE_CLANG_WARNINGS
#define _UCRT_RESTORE_CLANG_WARNINGS
#define _Check_return_wat_
#define _CRT_END_C_HEADER
#define _CRT_BEGIN_C_HEADER
#define _CRT_INSECURE_DEPRECATE(_Replacement)