Data Fields | |
wchar_t | strFileName [256] |
Application file name. | |
wchar_t | strFilePath [256] |
Application file path. | |
wchar_t | strVersion [256] |
Application version. | |
long long int | timeStamp |
Timestamp at which application has run. | |
unsigned int | iProfileExists |
Holds whether the applicaition profile exists or not. | |
unsigned int | iGPUAffinity |
The GPU on which application runs. | |
ADLBdf | GPUBdf |
The BDF of the GPU on which application runs. |
This structure is used to store basic information of a recently ran or currently running application
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.
unsigned int _ADLSGApplicationInfo::iProfileExists |
Holds whether the applicaition profile exists or not.
unsigned int _ADLSGApplicationInfo::iGPUAffinity |
The GPU on which application runs.
The BDF of the GPU on which application runs.