WdipSemWriteEvent

NTSTATUS __stdcall WdipSemWriteEvent(
        const in6_addr *Address,
        ULONG ScopeId,
        _USHORT Port,
        PSTR AddressString,
        PULONG AddressStringLength){
  REGHANDLE v5; 
  ULONG v6; 
  const _EVENT_DESCRIPTOR *v8; 

  v5 = *(&ExBootDevicesRemovedEvent + 560);
  v6 = (unsigned int)AddressString;
  v8 = *(const _EVENT_DESCRIPTOR **)&ScopeId;
  if( !*(_QWORD *)&ScopeId )
    return -1073741811;
  if( EtwEventEnabled(*(&ExBootDevicesRemovedEvent + 560), *(PCEVENT_DESCRIPTOR *)&ScopeId) )
    return EtwWrite(v5, v8, Port, v6, (PEVENT_DATA_DESCRIPTOR)AddressStringLength);
  return -1073741816;
}

Referenced by:

WdipSemSqmAddToStream
WdipSemSqmIncrementDword
WdipSemSqmInit
WdipSemWriteInflightLimitExceededEvent
WdipSemWriteMisconfigEvent
WdipSemWriteProviderLimitExceededEvent
WdipSemWriteScenarioLimitExceededEvent
WdipSemWriteSemActionsEvent
WdipSemWriteSemFailureEvent
WdipSemWriteTimeoutEvent