| BOOL NvtUpdateDisplay(
|
|
|
HDISPLAY hDisplay |
|
|
| );
|
The NvtUpdateDisplay function updates the window attached
to the virtual display.
Parameters
- hDisplay
- Handle to the virtual display.
Return Value
If the function succeeds, the return value is non-zero. If the
function fails, it returns zero.
Remarks
This function should be called when the display window receives
a WM_PAINT message. If the NvtSetDisplayDC function has not
been called to explicitly set the display device context, this
function 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 functions.
Requirements
Client: Requires Windows Vista, Windows XP or Windows
2000 Professional.
Server: Requires Windows Server 2008, Windows Server 2003 or
Windows 2000 Server.
Header: Include cstools6.h.
Library: Use csnvtav6.lib.
See Also
NvtRefreshDisplay, NvtResizeDisplay, NvtSetDisplayDC, NvtSetDisplayScrollPos, NvtSetDisplayWindow
|