Collapse All
Parallels C API Reference Guide
ContentsIndex
PreviousUpNext
PrlVm_TisGetIdentifiers Function
PrlApi.h  PHT_VIRTUAL_MACHINE  See Also  Send Feedback

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 (c) 1999-2009 Parallels Software International Inc.
What do you think about this topic? Send feedback!