Collapse All
Parallels C API Reference Guide
PrlOsesMatrix_GetSupportedOsesTypes Function
PrlApi.h PHT_GUEST_OSES_MATRIX

Returns handle of type PHT_OPAQUE_TYPE_LIST which contains supported guest OSes types list retrieved from remote server (see PrlSrv_GetSupportedOses ).

Syntax
PRL_RESULT PrlOsesMatrix_GetSupportedOsesTypes(
    PRL_HANDLE hOsesMatrix, 
    PRL_HANDLE_PTR phOsesTypesList
);
File
Parameters

hOsesMatrix
[in] handle of type PHT_GUEST_OSES_MATRIX .
phOsesTypesList
[out] A pointer to a variable that receives the handle.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - null pointer or invalid handle was passed.

PRL_ERR_OUT_OF_MEMORY - not enough memory to create the list object.

PRL_ERR_SUCCESS - function completed successfully.

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