This document is archived and information here might be outdated. Recommended version. |
The display that will be invalidated.
[Visual Basic .NET] Public Property Display As IScreenDisplay
[C#] public IScreenDisplay Display {get; set;}
[C++]
HRESULT get_Display(
IScreenDisplay** dpy
);
[C++]
HRESULT putref_Display(
IScreenDisplay* dpy
);
[C++] Parameters dpy [out, retval]
dpy is a parameter of type IScreenDisplay** dpy [in]
dpy is a parameter of type IScreenDisplay*