ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

io_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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.