Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
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 ©2016-2017 Parallels International GmbH. All rights reserved.