Collapse All
Parallels C API Reference Guide
ContentsIndex
PreviousUpNext
PrlVmCfg_SetOfflineServices Function
PrlApi.h  PHT_VM_CONFIGURATION  See Also  Send Feedback

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 (c) 1999-2009 Parallels Software International Inc.
What do you think about this topic? Send feedback!