Collapse All
Parallels Virtualization SDK
PrlVm_ToolsAdjustWorkingArea Function
PHT_VIRTUAL_MACHINE

brief Adjust working area to exclude mac dock from it.

Syntax
PRL_RESULT PrlVm_ToolsAdjustWorkingArea(
    PRL_HANDLE hVm, 
    PRL_BOOL bIsOn, 
    PRL_UINT32 uDockEdge, 
    PRL_INT32 iDockLeft, 
    PRL_INT32 iDockTop, 
    PRL_INT32 iDockRight, 
    PRL_INT32 iDockBottom
);
File

PrlApiDeprecated.h

Remarks

param[in] A handle of type PHT_VIRTUAL_MACHINE identifying the virtual machine. param[in] bIsOn - if true then adjusting is on, if false then restore previous settings param[in] uDockEdge - value that specifies an edge of the screen param[in] uDockLeft - the x-coordinate of the upper-left corner of the dock rectangle relative to guest monitor param[in] uDockTop - the y-coordinate of the upper-left corner of the dock rectangle relative to guest monitor param[in] uDockRight - the x-coordinate of the lower-right corner of the dock rectangle relative to guest monitor param[in] uDockBottom - the y-coordinate of the lower-right corner of the dock rectangle relative to guest monitor

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