Skip to content

IsPowerOff

Navigation: ADLX SDK ReferencesADLX InterfacesGPUIADLXGPU2

Syntax

ADLX_RESULT    IsPowerOff (adlx_bool* state)

Parameters

#DirectionNameTypeDescription
1.[out]stateadlx_bool*The pointer to a variable where the GPU powered off state is returned.

Return Value

If the GPU powered off state is successfully returned, ADLX_OK is returned.

If the GPU powered off state is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

If the method returns ADLX_PENDING_OPERATION, the GPU is busy executing another power related operation, and the call should be repeated.

Requirements

Headerinclude “ISystem2.h”
Minimum version1.4

See Also: ADLX Enums