Collapse All
Parallels C API Reference Guide
ContentsIndex
PreviousUpNext
PrlApi_CreateHandlesList Function
PrlApi.h  System Functions  Send Feedback

Creates SDK object represents handles list

Syntax
PRL_RESULT PrlApi_CreateHandlesList(
    PRL_HANDLE_PTR phHandlesList
);
File
Parameters

phHandlesList
pointer to buffer for storing result object handle

Returns

PRL_RESULT. Possible values: PRL_ERR_INVALID_ARG - non valid (NULL) pointer to buffer for storing result was passed PRL_ERR_OUT_OF_MEMORY - not enough memory to allocate handles list object PRL_ERR_SUCCESS - operation completed successfully 

 

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