Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlLoginParams_Create Function
PHT_LOGIN_PARAMS

Creates server login parameters object handle object handle.

Syntax
PRL_RESULT PrlLoginParams_Create(
    PRL_HANDLE_PTR phParams
);
File

PrlApiDisp.h

Parameters

phParams
[out] A pointer to a variable that receives the new handle of type PHT_LOGIN_PARAMS

Returns

PRL_RESULT. Possible values are: 

PRL_ERR_INVALID_ARG - Invalid handle or null pointer was passed. PRL_ERR_OUT_OF_MEMORY - Not enough memory to create an object. PRL_ERR_SUCCESS - Function completed successfully. 

Remarks

Server login parameters intented to be used to customize login to server operation.

Links
© 2021 Parallels International GmbH. All rights reserved.