NvtSaveCursor Function  
 
BOOL WINAPI 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 7, Windows Vista or Windows XP.
Server: Requires Windows Server 2008 or Windows Server 2003.
Header: Include cstools7.h.
Library: Use csnvtav7.lib.

See Also

NvtGetCursorPos, NvtRestoreCursor, NvtSetCursorPos, NvtUpdateCaret, NvtUpdateDisplay