Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlVmCfg_SetOfflineServices Function
PHT_VM_CONFIGURATION  See Also

Allows to manually set offline services that will be available in the virtual machine offline management.

Syntax
PRL_RESULT PrlVmCfg_SetOfflineServices(
    PRL_HANDLE hVmCfg, 
    PRL_HANDLE hOfflineServicesList
);
File

PrlApiVm.h

Parameters

hOfflineServicesList
A handle of type PHT_STRINGS_LIST containing the list of offline services. Specify PRL_INVALID_HANDLE to assign the default list of services.
hVmDev
A handle of type PHT_VM_CONFIGURATION identifying the virtual machine configuration.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle of virtual machine specified. 

PRL_ERR_SUCCESS - function completed successfully. 

See Also
Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.