PpmGetPlatformSelectionVetoCounts
VOID __stdcall PpmGetPlatformSelectionVetoCounts(UINT64 StateIndex, UINT64 *PreVetoCount, UINT64 *VetoCount){
__int64 v3;
__int64 v4;
*PreVetoCount = 0i64;
*VetoCount = 0i64;
v3 = (unsigned int)StateIndex;
if( PpmPlatformStates )
{
if( (unsigned int)StateIndex < *(_DWORD *)PpmPlatformStates )
{
v4 = *(_QWORD *)(PpmPlatformStates + 48);
*PreVetoCount = *(_QWORD *)(1008 * v3 + v4 + 88);
*VetoCount = *(_QWORD *)(1008 * v3 + v4 + 80);
}
}
}Referenced by:
PopCalculateCsSummary
PopCaptureSleepStudyStatistics