Collapse All
Parallels C API Reference Guide
ContentsIndex
PreviousUpNext
PrlHndlList_AddItem Function
PrlApi.h  PHT_HANDLES_LIST  Send Feedback

Adds new handle item to the list.

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

hHandlesList
hItem
adding handle item (no special checkings will be applied to it value)

Returns

PRL_RESULT. Possible values: PRL_ERR_INVALID_ARG - non valid PHT_HANDLES_LIST handle or handle of unexisting object specified PRL_ERR_SUCCESS - operation completed successfully

Links
Copyright (c) 1999-2009 Parallels Software International Inc.
What do you think about this topic? Send feedback!