Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygeninternal.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
1.7.6.1
|