Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
PrlApi_CreateHandlesList Function
System Functions

Creates a new handle of type PRL_HANDLES_LIST.

Syntax
PRL_RESULT PrlApi_CreateHandlesList(
    PRL_HANDLE_PTR phHandlesList
);
File

PrlApiCore.h

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-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!