IADLX3DSettingsChangedHandling
The IADLX3DSettingsChangedHandling interface allows registering and unregistering for notifications when 3D Graphics settings change.
InterfaceId: |
IADLX3DSettingsChangedHandling |
Smart Pointer Interface Name: |
IADLX3DSettingsChangedHandlingPtr |
Inherits: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Registers an event listener for notifications when 3D Graphics settings change. |
|
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 .