GetNumberOfTotalLanes
Gets the total number of lanes on a display.
Syntax
ADLX_RESULT GetNumberOfTotalLanes(adlx_uint* numTotalLanes)
Parameters
-
[out]
numTotalLanes ADLX_DP_LINK_RATE* The pointer to the number of current total lanes is returned.
Return Value
If the number of total lanes is successfully returned, ADLX_OK is returned.
If the number of total 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 |