Collapse All
Parallels C API Reference Guide
PrlVmCfg_SetShowTaskBar Function
PrlApi.h 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
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-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!