Files
WinDurango/dlls/etwplus/EtwPlus.cpp
2024-09-06 06:40:53 +02:00

25 lines
427 B
C++

#include "pch.h"
ULONG EtxEventWrite_X(__int64 a1, __int64 a2, __int64 a3, ULONG a4, struct _EVENT_DATA_DESCRIPTOR* a5) {
return 0;
}
__int64 EtxFillCommonFields_v7_X(__int64 a1, char* a2, unsigned int a3) {
return 0;
}
__int64 EtxRegister_X(void* Source, __int64 RegHandle) {
return 0;
}
void EtxResumeUploading_X() {
}
void EtxSuspendUploading_X() {
}
__int64 EtxUnregister_X(__int64 a1, __int64 a2) {
return 0;
}