Returns the service start time in milliseconds since Epoch (01-01-1970).
PRL_RESULT PrlSrvInfo_GetStartTime( PRL_HANDLE hServerInfo, PRL_UINT64_PTR pnStartTime );
PrlApiDisp.h
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.