Collapse All
Parallels Virtualization SDK
PrlVm_SendClipboardRequest Function
PHT_VIRTUAL_MACHINE

@brief Requests clipboard buffer from Vm

@note This call is intended to be asynchronious with possibility to be synchroneous.

Syntax
PRL_RESULT PrlVm_SendClipboardRequest(
    PRL_HANDLE hVm, 
    PRL_UINT32 command, 
    PRL_UINT32 flags, 
    PRL_CONST_VOID_PTR data, 
    PRL_UINT32 dataSize
);
File

PrlApiVm.h

Returns

PRL_RESULT .

Possible values: PRL_ERR_INVALID_ARG - non valid VM device PRL_INVALID_HANDLE - invalid handle or valid handle if success.

Remarks

It can be used when it's necessary to wait for Vm answer.

Links
Copyright © 1999-2017 Parallels International GmbH. All rights reserved.