Collapse All
Parallels Virtualization SDK
PrlCVSrc_SetUniqueId Function
PHT_CVSRC

Set source unique id.

Syntax
PRL_RESULT PrlCVSrc_SetUniqueId(
    PRL_HANDLE hCVSrc, 
    PRL_CONST_STR sUniqueId
);
File

PrlApiVm.h

Parameters

hCVSrc
[in] A handle of type PHT_CVSRC identifying the source.
sUniqueId
[in] Source unique id (UTF-8 encoded).
Returns

PRL_RESULT . Possible values: PRL_ERR_UNINITIALIZED - SDK was not properly initialized. PRL_ERR_INVALID_ARG - specified arguments are invalid. PRL_ERR_OUT_OF_MEMORY - not enough memory. PRL_ERR_SUCCESS - function completed successfully.

Links
Copyright © 1999-2017 Parallels International GmbH. All rights reserved.