Skip to content

GPUDependencyType

Navigation: ADLX SDK ReferencesADLX InterfacesMiscellaneousIADLXApplication

Syntax

ADLX_RESULT    GPUDependencyType (ADLX_APP_GPU_DEPENDENCY* gpuDependency)

Parameters

#DirectionNameTypeDescription
1.[out]gpuDependencyADLX_APP_GPU_DEPENDENCY*The pointer to a variable where the GPU dependency type for an application is returned.

Return Value

If the GPU dependency type is successfully returned, ADLX_OK is returned.

If the GPU dependency type is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Headerinclude “IApplications.h”
Minimum version1.4

See Also: ADLX Enums