__int64 __fastcall PnpGetStableSystemBootTime(PLARGE_INTEGER LastUseTime){
NTSTATUS v2;
int v3;
v2 = PipHardwareConfigGetLastUseTime(LastUseTime);
if( v2 < 0 )
{
ZwQuerySystemInformation();
v2 = v3;
if( v3 >= 0 )
LastUseTime->QuadPart = 0i64;
}
return(unsigned int)v2;
}