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

Returns handles list item value.

Syntax
PRL_RESULT PrlHndlList_GetItem(
    PRL_HANDLE hHandlesList, 
    PRL_UINT32 nItemIndex, 
    PRL_HANDLE_PTR phItem
);
File
Parameters

hHandlesList
nItemIndex
null based item index
phItem
pointer to the buffer for storing result

Returns

PRL_RESULT. Possible values: PRL_ERR_INVALID_ARG - non valid PHT_HANDLES_LIST handle or non valid (NULL) pointer to buffer for storing result 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!