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

internal.h
Go to the documentation of this file.
00001 /* $Id: internal.h 21298 2006-03-12 00:08:41Z jimtabor $
00002 */
00003 /*
00004  * epsapi.h
00005  *
00006  * Process Status Helper API, native interface
00007  *
00008  * This file is part of the ReactOS Operating System.
00009  *
00010  * Contributors:
00011  *  Created by KJK::Hyperion <noog@libero.it>
00012  *
00013  *  THIS SOFTWARE IS NOT COPYRIGHTED
00014  *
00015  *  This source code is offered for use in the public domain. You may
00016  *  use, modify or distribute it freely.
00017  *
00018  *  This code is distributed in the hope that it will be useful but
00019  *  WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
00020  *  DISCLAMED. This includes but is not limited to warranties of
00021  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
00022  *
00023  */
00024 
00025 #ifndef __INTERNAL_PSAPI_H_INCLUDED__
00026 #define __INTERNAL_PSAPI_H_INCLUDED__
00027 
00028 #ifndef SetLastErrorByStatus
00029 #define SetLastErrorByStatus(__S__) \
00030  ((void)SetLastError(RtlNtStatusToDosError(__S__)))
00031 #endif /* SetLastErrorByStatus */
00032 
00033 #endif /* __INTERNAL_PSAPI_H_INCLUDED__ */
00034 
00035 /* EOF */

Generated on Sun May 27 2012 04:19:21 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.