OnDisplayConfigChanged event |
|
Remarks
Occurs whenever whenever the configuration of the system display is changed.
This event replaces the usage of the CallbackDisplayConfigChanged delegate and is only intended for usage with applications developed using Visual Basic 6 (which results unreliable when dealing with delegates and callbacks) and, in order to be enabled, requires a call to the COMEventEnable method with the nEventType parameter set to EVENT_TYPE_DISPLAY_CONFIG_CHANGE.
For further details about callback delegates see the How to synchronize the container application with the API tutorial.
Syntax
[Visual Basic 6] Private Sub DjStudioApi_OnDisplayConfigChanged ( _ )
where "DjStudioApi" is declared in Visual Basic 6 code as:
Dim WithEvents DjStudioApi As AudioDjStudioApi.AudioDjStudioApiObj |