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

Class ADLApplicationData

IntelPresentMon/ControlLib/adl_structures.h:1929–1939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1927/// \nosubgrouping
1928////////////////////////////////////////////////////////////////////////////////////////////
1929typedef struct ADLApplicationData
1930{
1931 /// Path Name
1932 char strPathName[ADL_MAX_PATH];
1933 /// File Name
1934 char strFileName[ADL_APP_PROFILE_FILENAME_LENGTH];
1935 /// Creation timestamp
1936 char strTimeStamp[ADL_APP_PROFILE_TIMESTAMP_LENGTH];
1937 /// Version
1938 char strVersion[ADL_APP_PROFILE_VERSION_LENGTH];
1939}ADLApplicationData;
1940
1941/////////////////////////////////////////////////////////////////////////////////////////////
1942///\brief Structure containing information about an application

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected