appprofiles.h File Reference

Contains all appprofiles-related functions exposed by ADL for Linux and Windows(XP, Vista and above); 32bit and 64bit platforms. More...


Defines

#define ADL_EXTERNC

Functions

int GetAMDAdapterIndex (LPADLContext myContext)
int ADL2_ApplicationProfiles_System_Reload (ADL_CONTEXT_HANDLE context)
 Function to Reload System appprofiles.
int ADL_ApplicationProfiles_System_Reload ()
 Function to Reload System appprofiles.
int ADL2_ApplicationProfiles_User_Load (ADL_CONTEXT_HANDLE context)
 Function to Load User appprofiles.
int ADL_ApplicationProfiles_User_Load ()
 Function to Load User appprofiles.
int ADL2_ApplicationProfiles_User_Unload (ADL_CONTEXT_HANDLE context)
 Function to Unload User appprofiles.
int ADL_ApplicationProfiles_User_Unload ()
 Function to Unload User appprofiles.
int ADL2_ApplicationProfiles_ProfileOfAnApplication_Search (ADL_CONTEXT_HANDLE context, const char *FileName, const char *Path, const char *Version, const char *AppProfileArea, ADLApplicationProfile **lppProfile)
 Function to retrieve the profile of an application defined in driver.
int ADL_ApplicationProfiles_ProfileOfAnApplication_Search (const char *FileName, const char *Path, const char *Version, const char *AppProfileArea, ADLApplicationProfile **lppProfile)
 Function to retrieve the profile of an application defined in driver.
int ADL2_ApplicationProfiles_HitLists_Get (ADL_CONTEXT_HANDLE context, int iListType, int *lpNumApps, ADLApplicationData **lppAppList)
 Function to retrieve the recent application list from registry.
int ADL_ApplicationProfiles_HitLists_Get (int iListType, int *lpNumApps, ADLApplicationData **lppAppList)
 Function to retrieve the recent application list from registry.
int ADL2_ApplicationProfiles_HitListsX3_Get (ADL_CONTEXT_HANDLE context, int iListType, int *lpNumApps, ADLApplicationDataX3 **lppAppList)
 Function to retrieve the recent application list from registry.
int ADL2_ApplicationProfiles_HitListsX2_Get (ADL_CONTEXT_HANDLE context, int iListType, int *lpNumApps, ADLApplicationDataX2 **lppAppList)
 Function to retrieve the recent application list from registry.
int ADL_ApplicationProfiles_HitListsX2_Get (int iListType, int *lpNumApps, ADLApplicationDataX2 **lppAppList)
 Function to retrieve the recent application list from registry.


Detailed Description

Contains all appprofiles-related functions exposed by ADL for Linux and Windows(XP, Vista and above); 32bit and 64bit platforms.

Copyright (c) 2008 - 2018 Advanced Micro Devices, Inc. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. This file contains all appprofiles-related functions exposed by ADL for Linux and Windows(XP, Vista and above); 32bit and 64bit platforms. All functions in this file can be used as a reference to ensure the specified function pointers can be used by the appropriate runtime dynamic library loaders.


Define Documentation

#define ADL_EXTERNC


Copyright © 2009-2016 Advanced Micro Devices, Inc. All rights reserved.