Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlSrv_SmcGetRuntimeInfo Function
PHT_SERVER

Performs retrieving dispatcher runtime information command to server.

Syntax
PRL_HANDLE PrlSrv_SmcGetRuntimeInfo(
    PRL_HANDLE hServer
);
File

PrlApiDeprecated.h

Parameters

handle
valid PRL_HANDLE of PHT_SERVER type

Returns

PRL_HANDLE to job that describing async operation result (PRL_INVALID_HANDLE means not enough memory to instantiate async job represents object handle). Operation return code can be extracted with @ref PrlJob_GetRetCode() call. Possible values: PRL_ERR_INVALID_ARG - non valid PHT_SERVER handle was passed PRL_ERR_ACCESS_TOKEN_INVALID - current user session seems to be not valid to perform SMC command PRL_ERR_SUCCESS - operation completed successfully

Links
© 2021 Parallels International GmbH. All rights reserved.