Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlVmCfg_SetShowDevToolsEnabled Function
PHT_VM_CONFIGURATION  See Also

Enables or disables the "Show developer tools" option in a virtual machine.

Syntax
PRL_RESULT PrlVmCfg_SetShowDevToolsEnabled(
    PRL_HANDLE hVmCfg, 
    PRL_BOOL bEnabled
);
File

PrlApiVm.h

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

Remarks

Parameters hVmCfg : A handle of type PHT_VM_CONFIGURATION identifying the virtual machine configuration. bEnabled : Setting boolean value.

See Also
Links
© 2021 Parallels International GmbH. All rights reserved.