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

share.h
Go to the documentation of this file.
00001 
00006 #ifndef _INC_SHARE
00007 #define _INC_SHARE
00008 
00009 #ifndef _WIN32
00010 #error Only Win32 target is supported!
00011 #endif
00012 
00013 #define _SH_COMPAT 0x00
00014 #define _SH_DENYRW 0x10
00015 #define _SH_DENYWR 0x20
00016 #define _SH_DENYRD 0x30
00017 #define _SH_DENYNO 0x40
00018 #define _SH_SECURE 0x80
00019 
00020 #ifndef NO_OLDNAMES
00021 #define SH_COMPAT _SH_COMPAT
00022 #define SH_DENYRW _SH_DENYRW
00023 #define SH_DENYWR _SH_DENYWR
00024 #define SH_DENYRD _SH_DENYRD
00025 #define SH_DENYNO _SH_DENYNO
00026 #endif
00027 
00028 #endif

Generated on Sat May 26 2012 04:28:29 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.