Add_Back

Adds an interface to the end of a list.

Syntax

Copied!

ADLX_RESULT     Add_Back (IADLXManualTuningState * pItem)

Parameters

  1. [in] pItem IADLXManualTuningState * The pointer to the interface to be added to the list.

Return Value

If the interface is added successfully to the end of the list, ADLX_OK is returned.

If the interface is not added to the end of the list, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Header

include “IGPUTuning.h”

Minimum version

1.0