MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / ADLAppInterceptionInfo

Class ADLAppInterceptionInfo

IntelPresentMon/ControlLib/adl_structures.h:2384–2390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2382}ADLAppInterceptionListType;
2383
2384typedef 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
2392typedef enum ADL_AP_DATABASE // same as _SHARED_AP_DATABASE in "inc/shared/shared_escape.h"
2393{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected