EtwWriteTransfer

NTSTATUS __stdcall EtwWriteTransfer(
        UINT64 RegHandle,
        EVENT_DESCRIPTOR *EventDescriptor,
        GUID *ActivityId,
        GUID *RelatedActivityId,
        UINT64 UserDataCount,
        EVENT_DATA_DESCRIPTOR *UserData){
  UINT64 v7; 
  LODWORD(v7) = UserDataCount;
  return EtwWriteEx(RegHandle, EventDescriptor, 0i64, 0i64, ActivityId, RelatedActivityId, v7, UserData);
}

Referenced by:

FlushEventEntryList