Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlHndlList_AddItem Function
PHT_HANDLES_LIST

Adds the specified handle to the container.

Syntax
PRL_RESULT PrlHndlList_AddItem(
    PRL_HANDLE hHandlesList, 
    PRL_HANDLE hItem
);
File

PrlApiCore.h

Parameters

hHandlesList
A handle of type PHT_HANDLES_LIST identifying the container.
hItem
A handle to add to the container. No validation of any kind is performed when adding a handle to the list.

Returns

PRL_RESULT. Possible values are: 

PRL_ERR_INVALID_ARG - invalid handle was passed. 

PRL_ERR_SUCCESS - operation completed successfully. 

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