| BOOL
NvtSaveCursor(
|
|
|
HDISPLAY
hDisplay |
|
|
| );
|
The NvtSaveCursor function saves the current cursor
position and text attributes.
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
Use the NvtRestoreCursor function to restore the cursor
position and text attributes to their previous values.
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
NvtGetCursorPos, NvtRestoreCursor, NvtSetCursorPos, NvtUpdateCaret, NvtUpdateDisplay
|