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

Class ADLApplicationDataX2

IntelPresentMon/ControlLib/adl_structures.h:1947–1957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1945/// \nosubgrouping
1946////////////////////////////////////////////////////////////////////////////////////////////
1947typedef struct ADLApplicationDataX2
1948{
1949 /// Path Name
1950 wchar_t strPathName[ADL_MAX_PATH];
1951 /// File Name
1952 wchar_t strFileName[ADL_APP_PROFILE_FILENAME_LENGTH];
1953 /// Creation timestamp
1954 wchar_t strTimeStamp[ADL_APP_PROFILE_TIMESTAMP_LENGTH];
1955 /// Version
1956 wchar_t strVersion[ADL_APP_PROFILE_VERSION_LENGTH];
1957}ADLApplicationDataX2;
1958
1959/////////////////////////////////////////////////////////////////////////////////////////////
1960///\brief Structure containing information about an application

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected