ExpPcwDisabledStatus

NTSTATUS __stdcall ExpPcwDisabledStatus(){
  int v0; 
  NTSTATUS result; 

  v0 = ExpPcwEnableState;
  if( ExpPcwEnableState )
    return v0 != 1 ? 0xC0000002 : 0;
  LOBYTE(result) = RtlpQueryRegistryValues((_KTRAP_FRAME *)1, (_KEXCEPTION_FRAME *)&stru_1407D9AB0);
  if( result == -1073741772 )
    result = 0;
  if( result >= 0 )
  {
    v0 = 2;
    ExpPcwEnableState = 2;
    return v0 != 1 ? 0xC0000002 : 0;
  }
  return result;
}

Referenced by:

PcwAddInstance
PcwCreateInstance
PcwRegister