Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlVmCfg_IsGuestSharingAutoMountCloudDrives Function
PHT_VM_CONFIGURATION

Determines if guest OS cloud drives sharing auto-mount option is enabled or not.

Syntax
PRL_RESULT PrlVmCfg_IsGuestSharingAutoMountCloudDrives(
    PRL_HANDLE hVmCfg, 
    PRL_BOOL_PTR pbEnable
);
File

PrlApiVm.h

Parameters

hVmCfg
A handle of type PHT_VM_CONFIGURATION identifying the virtual machin configuration.
pbEnable
[out] A pointer to a variable that receives the result.

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.