Searched defs:InterceptFunctionInformation (Results 1 – 1 of 1) sorted by relevance
18 struct InterceptFunctionInformation { struct19 bool finished_operation;20 const char* imported_from_module;21 const char* function_name;23 RAW_PTR_EXCLUSION void* new_function;24 RAW_PTR_EXCLUSION void** old_function;25 RAW_PTR_EXCLUSION IMAGE_THUNK_DATA** iat_thunk;26 DWORD return_code;