| 2382 | }ADLAppInterceptionListType; |
| 2383 | |
| 2384 | typedef struct ADLAppInterceptionInfo |
| 2385 | { |
| 2386 | wchar_t AppName[ADL_MAX_PATH]; // the file name of the application or env var |
| 2387 | unsigned int ProcessId; |
| 2388 | ADLAppInterceptionListType AppFormat; |
| 2389 | ADLAppProcessState AppState; |
| 2390 | } ADLAppInterceptionInfo; |
| 2391 | |
| 2392 | typedef enum ADL_AP_DATABASE // same as _SHARED_AP_DATABASE in "inc/shared/shared_escape.h" |
| 2393 | { |
nothing calls this directly
no outgoing calls
no test coverage detected