mirror of
https://github.com/WinDurango/WinDurango.git
synced 2026-02-17 00:09:09 -06:00
25 lines
427 B
C++
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;
|
|
} |