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

ff_types.h File Reference
#include "ff_config.h"
#include <wchar.h>

Go to the source code of this file.

Defines

#define FF_TRUE   1
 1 if bool not supported.
#define FF_FALSE   0
 0 if bool not supported.

Typedefs

typedef char FF_T_BOOL
 This can be a char if your compiler isn't C99.
typedef char FF_T_INT8
 8 bit default integer.
typedef unsigned char FF_T_UINT8
 8 bit unsigned integer.
typedef signed char FF_T_SINT8
 8 bit signed integer.
typedef short FF_T_INT16
 16 bit default integer.
typedef unsigned short FF_T_UINT16
 16 bit unsigned integer.
typedef signed short FF_T_SINT16
 16 bit signed integer.
typedef long FF_T_INT32
 32 bit default integer.
typedef unsigned long FF_T_UINT32
 32 bit unsigned integer.
typedef signed long FF_T_SINT32
 32 bit signed integer.
typedef int FF_T_INT
typedef unsigned int FF_T_UINT
typedef signed int FF_T_SINT
typedef long long FF_T_INT64
typedef unsigned long long FF_T_UINT64
typedef signed long long FF_T_SINT64
typedef FF_T_SINT32 FF_ERROR
 A special error code type to ease some inconsistencies in Error reporting.
typedef wchar_t FF_T_WCHAR
 Unicode UTF-16 Charachter type, for FullFAT when UNICODE is enabled.

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