Collapse All
Parallels Virtualization SDK
PrlSrvInfo_GetStartTime Function
PHT_SERVER_INFO See Also

Returns the service start time in milliseconds since Epoch (01-01-1970).

Syntax
PRL_RESULT PrlSrvInfo_GetStartTime(
    PRL_HANDLE hServerInfo, 
    PRL_UINT64_PTR pnStartTime
);
File

PrlApiDisp.h

Parameters

hServerInfo
A handle of type PHT_SERVER_INFO containing the Parallels Service information.
pnStartTime
[out] A pointer to a variable that receives the service start time in milliseconds.
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-2017 Parallels International GmbH. All rights reserved.