GetApplications
Gets the reference counted list of applications that run in the context of a GPU.
Syntax
ADLX_RESULT GetApplications (IADLXApplicationList ** ppApplications)
Parameters
-
[out]
ppApplications IADLXApplicationList ** The pointer to a variable where the application list is returned.
Return Value
If the application list is successfully returned, ADLX_OK is returned.
If the application list is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Requirements
Header |
include “ISystem2.h” |
Minimum version |
1.4 |