Collapse All
Parallels C API Reference
ContentsIndex
PreviousUpNext
PrlEvent_CreateResponse Function
PHT_EVENT

Generates response to a response included in the event.

Syntax
PRL_RESULT PrlEvent_CreateResponse(
    PRL_HANDLE hEvent, 
    PRL_HANDLE_PTR phEvent
);
File

PrlApiCore.h

Parameters

hEvent
A handle of type PHT_EVENT identifying the event.
phEvent
[out] A pointer to a variable that receives the result (a handle of type PHT_EVENT containing the response data).

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_OUT_OF_MEMORY - not enough memory to instantiate event object. 

PRL_ERR_SUCCESS - function completed successfully. 

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