Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlLoginResponse_GetRunningTaskCount Function
PHT_LOGIN_RESPONSE

Returns the total number of PHT_RUNNING_TASK handles contained in the PHT_LOGIN_RESPONSE object.

Syntax
PRL_RESULT PrlLoginResponse_GetRunningTaskCount(
    PRL_HANDLE hLoginResp, 
    PRL_UINT32_PTR pnCount
);
File

PrlApiDisp.h

Parameters

hLoginResp
A handle of type PHT_LOGIN_RESPONSE containing the login response info.
pnCount
[out] A pointer to a variable that receives the size of the array.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

Remarks

See the PrlLoginResponse_GetRunningTaskByIndex function for more information.

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