Skip to content

IADLXGPUStressTestFinishedListener

Navigation: ADLX SDK ReferencesADLX InterfacesGPU

The IADLXGPUStressTestFinishedListener interface is implemented by the application to receive an event from ADLX when the GPU stress test is completed.

InterfaceId:N/A
Smart Pointer Interface Name:N/A
Inherits:N/A
Inherited By:N/A

An instance of the implemented IADLXGPUStressTestFinishedListener interface must be passed to IADLXGPU3::StartStressTest to register for notifications when the GPU stress test is completed.

For more information about subscribing for event notifications, refer to Subscribing to Event Notifications using ADLX.

Methods

MethodDescription
OnGPUStressTestFinishedThe OnGPUStressTestFinished is called by ADLX when the GPU stress test is completed.

Requirements

Headerinclude “ISystem3.h”
Minimum version1.5

Example

To see how to use this interface in a C++ application, refer to the GPU stress test C++ sample.

For a C application, refer to the GPU stress test C sample.

Subpages

See Also: OnGPUStressTestFinished, GPUStressTest, GPUStressTest, Subscribing to Event Notifications using ADLX