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

Removes handle item from the list.

Syntax
PRL_RESULT PrlHndlList_RemoveItem(
    PRL_HANDLE hHandlesList, 
    PRL_UINT32 nItemIndex
);
File
Parameters

hHandlesList
nItemIndex
null based item index

Returns

PRL_RESULT. Possible values: PRL_ERR_INVALID_ARG - non valid PHT_HANDLES_LIST handle or out of range item index was passed PRL_ERR_SUCCESS - operation completed successfully

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