The Update method updates the window attached to the
virtual display.
Parameters
None.
Return Value
If the method succeeds, the return value is non-zero. If the
method fails, it returns zero.
Remarks
This method should be called when the display window receives a
WM_PAINT message. If the SetDC method has not been called to
explicitly set the display device context, this method will acquire
one for the display window. In this case, the application should not
create device context for the window or call the BeginPaint
and EndPaint methods.
Requirements
Minimum Desktop Platform: Windows 7 (Service Pack 1)
Minimum Server Platform: Windows Server 2008 R2 (Service Pack 1)
Header File: cstools10.h
Import Library: csnvtv10.lib
See Also
Refresh,
Resize, SetDC,
SetScrollPos,
SetWindow
|