This group of definitions are the various results returned by all ADL functions
All OK, but need to wait.
More...
This group of definitions are the various results returned by all ADL functions
All OK, but need to wait.
◆ ADL_ERR
Generic Error. Most likely one or more of the Escape calls to the driver failed!
◆ ADL_ERR_CALL_TO_INCOMPATIABLE_DRIVER
#define ADL_ERR_CALL_TO_INCOMPATIABLE_DRIVER -22 |
escape call failed becuse of incompatiable driver found in driver store
◆ ADL_ERR_DISABLED_ADAPTER
#define ADL_ERR_DISABLED_ADAPTER -10 |
Call can't be made due to disabled adapter.
◆ ADL_ERR_FEATURESYNC_NOT_STARTED
#define ADL_ERR_FEATURESYNC_NOT_STARTED -24 |
Feature Sync Start api is not called yet.
◆ ADL_ERR_INVALID_ADL_IDX
#define ADL_ERR_INVALID_ADL_IDX -5 |
Invalid ADL index passed.
◆ ADL_ERR_INVALID_CALLBACK
#define ADL_ERR_INVALID_CALLBACK -11 |
◆ ADL_ERR_INVALID_CONTROLLER_IDX
#define ADL_ERR_INVALID_CONTROLLER_IDX -6 |
Invalid controller index passed.
◆ ADL_ERR_INVALID_DIPLAY_IDX
#define ADL_ERR_INVALID_DIPLAY_IDX -7 |
Invalid display index passed.
◆ ADL_ERR_INVALID_PARAM
#define ADL_ERR_INVALID_PARAM -3 |
One of the parameter passed is invalid.
◆ ADL_ERR_INVALID_PARAM_SIZE
#define ADL_ERR_INVALID_PARAM_SIZE -4 |
One of the parameter size is invalid.
◆ ADL_ERR_INVALID_POWER_STATE
#define ADL_ERR_INVALID_POWER_STATE -25 |
Adapter is in an invalid power state.
◆ ADL_ERR_NO_ADMINISTRATOR_PRIVILEGES
#define ADL_ERR_NO_ADMINISTRATOR_PRIVILEGES -23 |
not running as administrator
◆ ADL_ERR_NO_XDISPLAY
#define ADL_ERR_NO_XDISPLAY -21 |
There's no Linux XDisplay in Linux Console environment.
◆ ADL_ERR_NOT_INIT
#define ADL_ERR_NOT_INIT -2 |
◆ ADL_ERR_NOT_SUPPORTED
#define ADL_ERR_NOT_SUPPORTED -8 |
Function not supported by the driver.
◆ ADL_ERR_NULL_POINTER
#define ADL_ERR_NULL_POINTER -9 |
◆ ADL_ERR_RESOURCE_CONFLICT
#define ADL_ERR_RESOURCE_CONFLICT -12 |
Display Resource conflict.
◆ ADL_ERR_SET_INCOMPLETE
#define ADL_ERR_SET_INCOMPLETE -20 |
◆ ADL_OK
ADL function completed successfully.
◆ ADL_OK_MODE_CHANGE
#define ADL_OK_MODE_CHANGE 2 |
All OK but need mode change.
◆ ADL_OK_RESTART
All OK, but need restart.
◆ ADL_OK_WAIT
◆ ADL_OK_WARNING
All OK, but with warning.