Collapse All
Parallels C API Reference Guide
PrlApi_CreateHandlesList Function
PrlApi.h System Functions

Creates a new handle of type PRL_HANDLES_LIST.

Syntax
PRL_RESULT PrlApi_CreateHandlesList(
    PRL_HANDLE_PTR phHandlesList
);
File
Parameters

phHandlesList
A pointer to a variable that receives the new handle.
Returns

PRL_RESULT . Possible values are:

PRL_ERR_INVALID_ARG - inavlid (NULL) pointer was passed.

PRL_ERR_OUT_OF_MEMORY - not enough memory to create the new handle.

PRL_ERR_SUCCESS - operation completed successfully.

Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!