IsPowerOff
Checks if a GPU is powered off.
Syntax
ADLX_RESULT IsPowerOff (adlx_bool* state)
Parameters
-
[out]
state adlx_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
Header |
include “ISystem2.h” |
Minimum version |
1.4 |