Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenio_s.h
Go to the documentation of this file.
00001 00006 #ifndef _INC_IO_S 00007 #define _INC_IO_S 00008 00009 #include <io.h> 00010 00011 #if defined(MINGW_HAS_SECURE_API) 00012 00013 #ifdef __cplusplus 00014 extern "C" { 00015 #endif 00016 00017 _CRTIMP errno_t __cdecl _access_s(const char *_Filename,int _AccessMode); 00018 _CRTIMP errno_t __cdecl _chsize_s(int _FileHandle,__int64 _Size); 00019 _CRTIMP errno_t __cdecl _mktemp_s(char *_TemplateName,size_t _Size); 00020 _CRTIMP errno_t __cdecl _umask_s(int _NewMode,int *_OldMode); 00021 00022 #ifndef _WIO_S_DEFINED 00023 #define _WIO_S_DEFINED 00024 _CRTIMP errno_t __cdecl _waccess_s(const wchar_t *_Filename,int _AccessMode); 00025 _CRTIMP errno_t __cdecl _wmktemp_s(wchar_t *_TemplateName,size_t _SizeInWords); 00026 #endif 00027 00028 #ifdef __cplusplus 00029 } 00030 #endif 00031 00032 #endif 00033 #endif Generated on Fri May 25 2012 04:28:25 for ReactOS by
1.7.6.1
|