IADLXDisplaySettingsChangedEvent2
IADLXDisplaySettingsChangedEvent2 is an extension interface to IADLXDisplaySettingsChangedEvent , and provides methods to check for changes to the DCE settings.
InterfaceId: |
IADLXDisplaySettingsChangedEvent2 |
Smart Pointer Interface Name: |
IADLXDisplaySettingsChangedEvent2Ptr |
Inherits: |
|
Inherited By: |
N/A |
The IADLXDisplaySettingsChangedEvent2 interface is obtained from the IADLXDisplaySettingsChangedEvent interface or from any of its extension interfaces using QueryInterface .
Methods
Method |
Description |
---|---|
Checks if the DCE settings of the display are changed. |
Requirements
Header |
include “IDisplays2.h” |
Minimum version |
1.2 |
Example
To see how to use this interface in a C++ application, refer to the SyncDisplayReceive C++ sample .
For a C application, refer to the SyncDisplayReceive C sample .