ADL (AMD Display Library) Public APIs
Version 17.1
|
Structure containing information about an application. More...
#include <adl_structures.h>
Data Fields | |
ADLBdf | GPUBdf |
The BDF of the GPU on which application runs. More... | |
unsigned int | iGPUAffinity |
The GPU on which application runs. More... | |
unsigned int | iProfileExists |
Holds whether the applicaition profile exists or not. More... | |
wchar_t | strFileName [256] |
Application file name. More... | |
wchar_t | strFilePath [256] |
Application file path. More... | |
wchar_t | strVersion [256] |
Application version. More... | |
long long int | timeStamp |
Timestamp at which application has run. More... | |
Structure containing information about an application.
This structure is used to store basic information of a recently ran or currently running application
ADLBdf ADLSGApplicationInfo::GPUBdf |
The BDF of the GPU on which application runs.
unsigned int ADLSGApplicationInfo::iGPUAffinity |
The GPU on which application runs.
unsigned int ADLSGApplicationInfo::iProfileExists |
Holds whether the applicaition profile exists or not.
wchar_t ADLSGApplicationInfo::strFileName[256] |
Application file name.
wchar_t ADLSGApplicationInfo::strFilePath[256] |
Application file path.
wchar_t ADLSGApplicationInfo::strVersion[256] |
Application version.
long long int ADLSGApplicationInfo::timeStamp |
Timestamp at which application has run.