UINT64 __stdcall PiDevCfgGetDriverConfigurationKeyScope(PWCHAR ConfigurationKeyName){
unsigned int v1;
unsigned int v2;
const wchar_t **i;
v1 = 0;
v2 = 0;
for( i = (const wchar_t **)&off_140984E10; wcsicmp(*i, ConfigurationKeyName); i += 2 )
{
if( ++v2 >= 7 )
return v1;
}
return *((unsigned int *)&off_140984E10 + 4 * v2 + 2);
}