Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
PrlSrvInfo_GetStartTimeMonotonic Function
PHT_SERVER_INFO See Also

Returns the service start time in milliseconds (monotonic time clock).

Syntax
PRL_RESULT PrlSrvInfo_GetStartTimeMonotonic(
    PRL_HANDLE hServerInfo, 
    PRL_UINT64_PTR pnStartTimeMonotonic
);
File

PrlApiDisp.h

Parameters

hServerInfo
A handle of type PHT_SERVER_INFO containing the Parallels Service information.
pnStartTimeMonotonic
[out] A pointer to a variable that receives the service start time in milliseconds from monotonic time clock.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.

PRL_ERR_NO_DATA - the PHT_SERVER_INFO object does not contain any data.

PRL_ERR_SUCCESS - function completed successfully.

See Also
Links
Copyright © 1999-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!