Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
PrlVm_UIEmuSendGestureEvent Function
PHT_VIRTUAL_MACHINE

Sends a gesture event to guest User Input Emulation tool.

Syntax
PRL_RESULT PrlVm_UIEmuSendGestureEvent(
    PRL_HANDLE hVm, 
    PRL_CONST_UIEMU_GESTURE_EVENT_PTR pGestureEvent
);
File

PrlApiVm.h

Parameters

hVm
[in] Handle of type PHT_VIRTUAL_MACHINE . Must be valid.
pGestureEvent
[in] Gesture event description struct
Returns

PRL_RESULT . Possible values: PRL_ERR_UNINITIALIZED - SDK was not properly initialized. PRL_ERR_INVALID_ARG - specified arguments are invalid. PRL_ERR_OUT_OF_MEMORY - memory allocation error during send. PRL_ERR_SUCCESS - function completed successfully.

Links
Copyright © 1999-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!