Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlVmCfg_SetGuestSharingAutoMountCloudDrives Function
PHT_VM_CONFIGURATION

Sets the guest OS cloud drives sharing auto-mount option.

Syntax
PRL_RESULT PrlVmCfg_SetGuestSharingAutoMountCloudDrives(
    PRL_HANDLE hVmCfg, 
    PRL_BOOL bEnable
);
File

PrlApiVm.h

Parameters

hVmCfg
A handle of type PHT_VM_CONFIGURATION identifying the virtual machin configuration.
bEnable
[in] Setting value.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

Remarks

Parallels Tools must be installed to use this feature.

Links
© 2021 Parallels International GmbH. All rights reserved.