Collapse All
Parallels Virtualization SDK
PrlVmCfg_SetShowTaskBar Function
PHT_VM_CONFIGURATION

Allows to show or hide the Windows task bar when the virtual machine is running in coherence mode.

Syntax
PRL_RESULT PrlVmCfg_SetShowTaskBar(
    PRL_HANDLE hVmCfg, 
    PRL_BOOL bVmShowTaskBar
);
File

PrlApiVm.h

Parameters

hVmCfg
A handle of type PHT_VM_CONFIGURATION identifying the virtual machine configuration.
bVmShowTaskBar
The value to set. Specify PRL_TRUE to enable the option. Specify PRL_FALSE to disable it.
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. To obtain the Parallels Tools status, use the PrlVm_GetToolsState function.

Links
Copyright © 1999-2017 Parallels International GmbH. All rights reserved.