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

stat64.c File Reference
#include <precomp.h>
#include <tchar.h>
#include <direct.h>

Go to the source code of this file.

Defines

#define ALL_S_IREAD   (_S_IREAD | (_S_IREAD >> 3) | (_S_IREAD >> 6))
#define ALL_S_IWRITE   (_S_IWRITE | (_S_IWRITE >> 3) | (_S_IWRITE >> 6))
#define ALL_S_IEXEC   (_S_IEXEC | (_S_IEXEC >> 3) | (_S_IEXEC >> 6))
#define TCHAR4   ULONG
#define TCSIZE   sizeof(_TCHAR)
#define TOULL(x)   ((TCHAR4)(x))
#define EXE   ((TOULL('e')<<(2*TCSIZE)) | (TOULL('x')<<TCSIZE) | (TOULL('e')))
#define BAT   ((TOULL('b')<<(2*TCSIZE)) | (TOULL('a')<<TCSIZE) | (TOULL('t')))
#define CMD   ((TOULL('c')<<(2*TCSIZE)) | (TOULL('m')<<TCSIZE) | (TOULL('d')))
#define COM   ((TOULL('c')<<(2*TCSIZE)) | (TOULL('o')<<TCSIZE) | (TOULL('m')))

Functions

HANDLE fdtoh (int fd)
int CDECL _tstat64 (const _TCHAR *path, struct __stat64 *buf)
int CDECL _fstat64 (int fd, struct __stat64 *buf)

Generated on Sun May 27 2012 06:05:20 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.