Lines Matching refs:resolve
107 #define IMPLEMENT_THUNK( module, resolve, rettype, calltype, func, params ) \ argument
115 EXTERN_C rettype calltype func##_##resolve params; \
119 …ResolveThunk_##resolve( &module##_##func##_Ptr, #module ".dll", #func, (FARPROC)func##_##resolve, …
129 EXTERN_C rettype calltype func##_##resolve params
131 #define IMPLEMENT_THUNK( module, resolve, rettype, calltype, func, params ) \ argument
133 EXTERN_C rettype calltype func##_##resolve params; \
137 …ResolveThunk_##resolve( &module##_##func##_Ptr, #module ".dll", #func, (FARPROC)func##_##resolve, …
150 EXTERN_C rettype calltype func##_##resolve params
156 #define DEFINE_CUSTOM_THUNK( module, resolve, rettype, calltype, func, params ) \ argument
161 ResolveThunk_##resolve( &module##_##func##_Ptr, #module ".dll", #func ); \
172 #define DEFINE_CUSTOM_THUNK( module, resolve, rettype, calltype, func, params ) \ argument
176 ResolveThunk_##resolve( &module##_##func##_Ptr, #module ".dll", #func ); \
188 #define DEFINE_DEFAULT_THUNK( module, resolve, rettype, calltype, func, params ) \ argument
194 …ResolveThunk_##resolve( &module##_##func##_Ptr, #module ".dll", #func, NULL, (FARPROC)func##_##Fai…
210 #define DEFINE_DEFAULT_THUNK( module, resolve, rettype, calltype, func, params ) \ argument
215 …ResolveThunk_##resolve( &module##_##func##_Ptr, #module ".dll", #func, NULL, (FARPROC)func##_##Fai…