Collapse All
Parallels C API Reference Guide
PrlVm_UIEmuSendInput Function
PrlApi.h PHT_VIRTUAL_MACHINE

Send input to guest.

Syntax
PRL_RESULT PrlVm_UIEmuSendInput(
    PRL_HANDLE hVm, 
    PRL_HANDLE hInput, 
    PRL_UINT32 reserved
);
File
Parameters

hVm
[in] Vm handle. Must be valid.
hInput
[in] Handle of type PHT_UIEMU_INPUT . Must be valid.
reserved
[in] Must be 0.
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 - not enough memory. PRL_ERR_SUCCESS - function completed successfully.

Remarks

Input object must not be modified from other thread during this operation.

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