Searched defs:InterceptionData (Results 1 – 1 of 1) sorted by relevance
136 struct InterceptionData { struct137 InterceptionType type; // Interception type.138 InterceptorId id; // Interceptor id.139 base::string16 dll; // Name of dll to intercept.140 std::string function; // Name of function to intercept.141 std::string interceptor; // Name of interceptor function.142 const void* interceptor_address; // Interceptor's entry point.