Collapse All
Parallels C API Reference Guide
PrlVm_TisGetIdentifiers Function
PrlApi.h PHT_VIRTUAL_MACHINE See Also

Retrieves a list of identifiers from the Tools Information Service database.

Syntax
PRL_RESULT PrlVm_TisGetIdentifiers(
    PRL_HANDLE hVm, 
    PRL_HANDLE_PTR phUidsList
);
File
Parameters

hVm
A handle of type PHT_VIRTUAL_MACHINE identifying the virtual machine.
phUidsList
[out] A handle of type PHT_STRINGS_LIST containing the identifiers.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.

PRL_ERR_OUT_OF_MEMORY - not enough memory to create PHT_STRINGS_LIST object.

PRL_ERR_SUCCESS - function completed successfully.

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