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