Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlApi_Deinit Function
System Functions  See Also

De-initializes the library.

Syntax
PRL_RESULT PrlApi_Deinit();
File

PrlApiCore.h

Returns

PRL_RESULT. Possible values: 

PRL_ERR_UNINITIALIZED - the library was not initialized. 

PRL_ERR_SUCCESS - operation completed successfully. 

Remarks

Before exiting a client program, this function must be called to perform internal library de-initialization. Internally, this call will lead to the destruction of the internal event-loop and de-initialization of the library state.

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