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

Returns handles list items count.

Syntax
PRL_RESULT PrlHndlList_GetItemsCount(
    PRL_HANDLE hHandlesList, 
    PRL_UINT32_PTR pnItemsCount
);
File
Parameters

hHandlesList
pnItemsCount
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 storing result 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!