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

Creates VM event that bint to current VM.

Syntax
PRL_RESULT PrlVm_CreateEvent(
    PRL_HANDLE hVm, 
    PRL_HANDLE_PTR phEvent
);
File

PrlApiVm.h

Parameters

handle
A handle of type PHT_VIRTUAL_MACHINE identifying the virtual machine.
unnamed_param
buffer for storing result
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 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!