Collapse All
Parallels 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 © 1999-2015 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!