Collapse All
Parallels Virtualization SDK
PrlVm_ToolsMoveTaskBar Function
PHT_VIRTUAL_MACHINE

brief Relocate guest task bar.

Syntax
PRL_RESULT PrlVm_ToolsMoveTaskBar(
    PRL_HANDLE hVm, 
    PRL_BOOL bCoherenceOn, 
    PRL_BOOL bRelocateTaskBar, 
    PRL_UINT32 uDockEdge, 
    PRL_WINDOW_EDGE_MASK uEdgeMask
);
File

PrlApiDeprecated.h

Remarks

param[in] A handle of type PHT_VIRTUAL_MACHINE identifying the virtual machine. param[in] bCoherenceOn - TRUE if vm in coherence state param[in] bRelocateTaskBar - TRUE if relocate taskbar is enabled param[in] uDockEdge - where host dock is placed param[in] uEdgeMask - where we can place task bar (important for multi-display support)

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