Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlHandle_UnregEventHandler Function
Handle Functions

Unregisters event handler.

Syntax
PRL_RESULT PrlHandle_UnregEventHandler(
    PRL_HANDLE hObj, 
    PRL_EVENT_HANDLER_PTR handler, 
    PRL_VOID_PTR userData
);
File

PrlApiCore.h

Parameters

hObj
handler
[in] User defined function specified in previous call to PrlHandle_RegEventHandler().
userData
[in] User defined data specified in previous call to PrlHandle_RegEventHandler().

Returns

PRL_RESULT. Possible values: PRL_ERR_UNINITIALIZED - SDK was not properly initialized. PRL_ERR_INVALID_ARG - specified arguments are invalid. PRL_ERR_OUT_OF_MEMORY - not enough memory. PRL_ERR_SUCCESS - function completed successfully.

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