Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlApi_CreateHandlesList Function
System Functions

Creates a new handle of type PRL_HANDLES_LIST.

Syntax
PRL_RESULT PrlApi_CreateHandlesList(
    PRL_HANDLE_PTR phHandlesList
);
File

PrlApiCore.h

Parameters

phHandlesList
A pointer to a variable that receives the new handle.

Returns

PRL_RESULT. Possible values are: 

PRL_ERR_INVALID_ARG - inavlid (NULL) pointer was passed. 

PRL_ERR_OUT_OF_MEMORY - not enough memory to create the new handle. 

PRL_ERR_SUCCESS - operation completed successfully. 

 

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