Collapse All
Parallels Virtualization SDK
PrlSrv_CreateDesktopControl Function
PHT_SERVER

Creates Desktop Control object.

Syntax
PRL_RESULT PrlSrv_CreateDesktopControl(
    PRL_HANDLE hSrv, 
    PRL_HANDLE_PTR hDeskCtl
);
File

PrlApiManager.h

Parameters

hDeskCtl
[out] On success receives handle of type PHT_DESKTOP_CONTROL .
hVm
[in] A handle of type PHT_SERVER . Created object will control desktop of specified server.
Returns

PRL_RESULT . Possible values: PRL_ERR_UNINITIALIZED - SDK was not properly initialized. PRL_ERR_INVALID_ARG - specified arguments are invalid. PRL_ERR_OUT_OF_MEMORY - not enough memory. PRL_ERR_SUCCESS - function completed successfully.

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