WdipSemLogTimeoutInformation

NTSTATUS __stdcall WdipSemLogTimeoutInformation(_GUID *ProviderId, UINT16 EventId, _GUID *ScenarioInstanceId){
  unsigned int v3; 
  int v6; 

  v3 = EventId;
  v6 = 0;
  if( EtwEventEnabled(*(&ExBootDevicesRemovedEvent + 560), &WDI_SEM_EVENT_SCENARIO_TIMEOUT) )
  {
    v6 = WdipSemWriteTimeoutEvent(ProviderId, v3, ScenarioInstanceId);
    if( v6 < 0 )
      v6 = 0;
  }
  if( WdipSemSqmEnabled() )
  {
    v6 = WdipSemSqmLogTimeoutDataPoints(ProviderId, v3);
    if( v6 < 0 )
      return 0;
  }
  return v6;
}

Referenced by:

WdipTimeoutCheckRoutine