Collapse All
Parallels Virtualization SDK
PrlVm_CreateAnswerEvent Function
PHT_VIRTUAL_MACHINE

Generates VM answer event on some VM question.

Syntax
PRL_RESULT PrlVm_CreateAnswerEvent(
    PRL_HANDLE hVm, 
    PRL_HANDLE_PTR phEvent, 
    PRL_RESULT nAnswer
);
File

PrlApiDeprecated.h

Parameters

handle
A handle of type PHT_VIRTUAL_MACHINE identifying the virtual machine.
unnamed_param
buffer for storing result answer code
Returns

PRL_RESULT . Possible values: PRL_ERR_INVALID_ARG - non valid PHT_VIRTUAL_MACHINE handle or non valid (null) pointer to buffer was specified PRL_ERR_OUT_OF_MEMORY - not enough memory to instantiate VM event object PRL_ERR_SUCCESS - operation successfully completed

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