#ifndef _NTWMI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
NTSYSAPI
ULONG
NTAPI
EtwSendNotification(
_In_ PETW_NOTIFICATION_HEADER DataBlock,
_In_ ULONG ReceiveDataBlockSize,
_Inout_ PVOID ReceiveDataBlock,
_Out_ PULONG ReplyReceived,
_Out_ PULONG ReplySizeNeeded
);
View code on GitHub
No description available.