ISmartCodeVNCViewer::LocalCursor Property
Sets or retrieves mouse cursor handling mode.
Syntax
HRESULT ISmartCodeVNCViewer::get_LocalCursor(CursorTrackingMode* pnTrack); HRESULT ISmartCodeVNCViewer::put_LocalCursor(CursorTrackingMode nTrack);
Parameters
- pnTrack
- Pointer to a variable of type CursorTrackingMode that receives mouse cursor handling mode.
- nTrack
- CursorTrackingMode that specifies mouse cursor handling mode.
Return Value
Returns S_OK if successful, or an error value otherwise.