IADLX3DSettingsChangedHandling

The IADLX3DSettingsChangedHandling interface allows registering and unregistering for notifications when 3D Graphics settings change.

InterfaceId:

IADLX3DSettingsChangedHandling

Smart Pointer Interface Name:

IADLX3DSettingsChangedHandlingPtr

Inherits:

IADLXInterface

Inherited By:

N/A

Methods

Method

Description

Add3DSettingsEventListener

Registers an event listener for notifications when 3D Graphics settings change.

Remove3DSettingsEventListener

Unregisters an event listener from 3D Graphics settings event list.

Requirements

Header

include “I3DSettings.h”

Minimum version

1.0

Example

To see how to use this interface in a C++ application, refer to the Sync3DReceive C++ sample .

For a C application, refer to the Sync3DReceive C sample .