RtlpVerGetConditionMask

UINT64 __stdcall RtlpVerGetConditionMask(UINT64 ConditionMask, UINT64 TypeMask){
  int v3; 
  char v4; 

  v3 = 0;
  do
  {
    v4 = v3++;
    LODWORD(TypeMask) = (unsigned int)TypeMask >> 1;
  }
  while( (_DWORD)TypeMask );
  return(ConditionMask >> (3 * v4)) & 7;
}

Referenced by:

RtlVerifyVersionInfo