Collapse All
Parallels C API Reference
PrlEvent_FromString Function
PHT_EVENT

Client can use this method to set VM event XML representation to event handle This method must be eliminated at Release stage

@param valid PRL_HANDLE of PHT_EVENT type @param XML configuration string @return PRL_RESULT .

Syntax
PRL_RESULT PrlEvent_FromString(
    PRL_HANDLE hEvent, 
    PRL_CONST_STR sEvent
);
File

PrlApiCore.h

Remarks

Possible values: PRL_ERR_INVALID_ARG - non valid PHT_EVENT handle or non valid (NULL) pointer to event XML representation string was passed PRL_ERR_UNIMPLEMENTED - event object isn't supporting functionality PRL_ERR_SUCCESS - operation successfully completed

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