Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlVmRegisterParams_SetVmName Function
PHT_VM_REGISTER_PARAMS

Sets VM registration parameter VM new name.

Syntax
PRL_RESULT PrlVmRegisterParams_SetVmName(
    PRL_HANDLE hParams, 
    PRL_CONST_STR pStr
);
File

PrlApiVm.h

Parameters

hParams
[in] A handle of type PHT_VM_REGISTER_PARAMS identifying the parameters object.
pStr
[in] The value to set. The value must be a a UTF-8 encoded, null-terminated string.

Returns

PRL_RESULT. Possible values are: 

PRL_ERR_INVALID_ARG - Invalid handle or null pointer was passed. PRL_ERR_SUCCESS - Function completed successfully. 

Links
© 2021 Parallels International GmbH. All rights reserved.