Collapse All
Parallels Virtualization SDK
PrlVm_UpdateToolsSection Function
PHT_VIRTUAL_MACHINE

Update any tools section in VM config

Syntax
PRL_HANDLE PrlVm_UpdateToolsSection(
    PRL_HANDLE hVm, 
    PRL_CONST_STR sToolsSection
);
File

PrlApiDeprecated.h

Parameters

handle
valid PRL_HANDLE describing the virtual machine
Returns

PRL_HANDLE to job that describing async operation result ( PRL_INVALID_HANDLE means not enough memory to instantiate async job represents object handle). Operation return code can be extracted with @ref PrlJob_GetRetCode () call. Possible values:

  • @param valid PRL_HANDLE
  • @param XML subsection of Tools section in VmConfiguration

PRL_ERR_INVALID_ARG - non valid PHT_VIRTUAL_MACHINE handle was passed PRL_ERR_UNINITIALIZED - unexpected error: uninitialized with server connection or non identified VM object

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