Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlSrv_LoginLocalWithParams Function
PHT_SERVER

Performs a login operation to local host Parallels Service using the specified parameters.

Syntax
PRL_HANDLE PrlSrv_LoginLocalWithParams(
    PRL_HANDLE hServer, 
    PRL_HANDLE hLoginParams
);
File

PrlApiDisp.h

Parameters

hServer
[in] A handle of type PHT_SERVER identifying the Parallels Service.
hParams
[in] A handle of type PHT_LOGIN_PARAMS identifying the login parameters object. 

A handle of type PHT_JOB containing the results of this asynchronous operation, including the return code and a handle of type PHT_LOGIN_RESPONSE, containing an additional Parallels Service information. 

PRL_INVALID_HANDLE if there's not enough memory to instantiate the job object.

 

Links
© 2021 Parallels International GmbH. All rights reserved.