RemoveDisplay3DLUTEventListener 

Unregisters an event listener from notifications when the display 3D LUT changes.

Syntax 

ADLX_RESULT     RemoveDisplay3DLUTEventListener (IADLXDisplay3DLUTChangedListener * pDisplay3DLUTChangedListener)

Parameters 

  1. [in] pDisplay3DLUTChangedListener IADLXDisplay3DLUTChangedListener* The pointer to the event listener interface to unregister from receiving the display 3D LUT change notifications.

Return Value 

If the event listener is successfully unregistered, ADLX_OK is returned.

If the event listener is not successfully unregistered, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks 

After the event listener is successfully unregistered, ADLX will no longer call OnDisplay3DLUTChanged method of the listener when the display 3D LUT changes. The application can discard the event listener instance.

Requirements 

Header

include “IDisplays.h”

Minimum version

1.0