Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlDevDisplay_SetMouseCursorState Function
Primary Display Capture

Change Mouse Cursor state to indicate cursor modes supported by client.

Syntax
PRL_RESULT PrlDevDisplay_SetMouseCursorState(
    PRL_HANDLE hVm, 
    PRL_UINT32 VmMouseCursorState
);
File

PrlApiDeprecated.h

Parameters

hVm
A handle of type PHT_VIRTUAL_MACHINE identifying the virtual machine.
VmMouseState
A combination of PRL_VM_MOUSE_CURSOR_STATE flags

Returns

PRL_RESULT. Possible values: 

PRL_ERR_UNINITIALIZED - when API is not initialized PRL_ERR_FAILURE - when failed to send command to VM PRL_ERR_SUCCESS - function completed successfully. 

Links
© 2021 Parallels International GmbH. All rights reserved.