TWsDisplayChangedEvent Struct Reference

struct TWsDisplayChangedEvent

Display changed events.

These events are generated by attaching, detaching the display device, changing the resolution list or change current resolution or backgound (change the current configuration). MDisplayControl::EnableDisplayChangeEvents()

Member Data Documentation

TInt iConfigurationChangeId

TInt iConfigurationChangeId

Opaque value that changes when the current display configuration has changed.

Compare values in subsequent events to determine whether the current resolution has changed since the last event.

TInt iDisplayNumber

TInt iDisplayNumber

Number of display that has changed, causing this event. This is also known as the screen number, and is zero-based.

CWsScreenDevice::Construct(TInt)

TInt iResolutionListChangeId

TInt iResolutionListChangeId

Opaque value that changes when the resolution list has changed.

Compare values in subsequent events to determine whether the list of available resolutions has changed since the last event.

MDisplayControlBase::GetResolutions