ViSetRequestedOrderDependentAPIs

VOID __stdcall ViSetRequestedOrderDependentAPIs(){
  _VERIFIER_THUNKS *i; 
  __int64 *j; 

  for( i = &VfOrderDependentThunks; *(_QWORD *)i; i += 14 )
  {
    for( j = *(__int64 **)VfDifAPIThunkContextHead; j != (__int64 *)VfDifAPIThunkContextHead; j = (__int64 *)*j )
    {
      if( !stricmp(*(const char **)i, (const char *)*(j - 2)) && i[12] != 0xFFFF )
      {
        i[6] |= 1u;
        *((_DWORD *)j - 2) |= i[6];
        *((_DWORD *)j + 12) = i[12];
      }
    }
  }
}

Referenced by:

ViXdvSetRequestedAPIsforDIF