Collapse All
Parallels C API Reference Guide
PrlVmCfg_SetOfflineServices Function
PrlApi.h 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
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 © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!