Enables or disables the "Show developer tools" option in a virtual machine.
PRL_RESULT PrlVmCfg_SetShowDevToolsEnabled( PRL_HANDLE hVmCfg, PRL_BOOL bEnabled );
PrlApiVm.h
PRL_RESULT . Possible values:
PRL_ERR_INVALID_ARG - invalid handle was passed.
PRL_ERR_SUCCESS - function completed successfully.
Parameters hVmCfg : A handle of type PHT_VM_CONFIGURATION identifying the virtual machine configuration. bEnabled : Setting boolean value.