ETW_NOTIFICATION_CALLBACK - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTWMI_H

typedef _Function_class_(ETW_NOTIFICATION_CALLBACK)
ULONG NTAPI ETW_NOTIFICATION_CALLBACK(
    _In_ PETW_NOTIFICATION_HEADER NotificationHeader,
    _In_ PVOID Context
    );

#endif

View code on GitHub

NtDoc

No description available.