Home
last modified time | relevance | path

Searched defs:InterceptionData (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dinterception.h136 struct InterceptionData { struct
137 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.