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

Sends a multimedia key to guest User Input Emulation tool.

Syntax
PRL_RESULT PrlVm_UIEmuSendMultimediaKey(
    PRL_HANDLE hVm, 
    PRL_UIEMU_MMKEY mmkey, 
    PRL_UINT32 flags
);
File

PrlApiVm.h

Parameters

hVm
[in] Handle of type PHT_VIRTUAL_MACHINE . Must be valid.
mmkey
[in] multimedia key id
flags
[in] additional options.
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.

Remarks

Check "parallels.UserInputEmulation.guest.cross.EdgeSwipes" in TIS to detect whether Windows 8 edge swipes are available

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