Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlVm_TisGetIdentifiers Function
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

PrlApiVm.h

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
© 2021 Parallels International GmbH. All rights reserved.