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

of.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 #define OF_FAILED 0
00004 #define ERR_NOT_FOUND 0xc0000010
00005 
00006 #include "of_call.h"
00007 #include <string.h>
00008 
00009 typedef int (*of_proxy)
00010     ( int table_off, void *arg1, void *arg2, void *arg3, void *arg4, void *arg5, void *arg6 );
00011 typedef long jmp_buf[100];
00012 extern of_proxy ofproxy;
00013 
00014 int setjmp( jmp_buf buf );
00015 int longjmp( jmp_buf buf, int retval );
00016 int ofw_callmethod_ret(const char *method, int handle, int nargs, int *args, int ret);

Generated on Mon May 28 2012 04:18:58 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.