GetNumberOfActiveLanes
Gets the number of active lanes on a display.
Syntax
ADLX_RESULT GetNumberOfActiveLanes(adlx_uint* numActiveLanes)
Parameters
-
[out]
numActiveLanes ADLX_DP_LINK_RATE* The pointer to the number of current active lanes is returned.
Return Value
If the number of active lanes is successfully returned, ADLX_OK is returned.
If the number of active lanes is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Requirements
Header |
include “IDisplaySettings.h” |
Minimum version |
1.2 |