#ifndef _NTWMI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
NTSYSAPI
ULONG
NTAPI
EtwEventSetInformation(
_In_ REGHANDLE RegHandle,
_In_ EVENT_INFO_CLASS InformationClass,
_In_reads_bytes_(InformationLength) PVOID EventInformation,
_In_ ULONG InformationLength
);
View code on GitHub
No description available.