NOTIFICATIONCALLBACK - NtDoc

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

// Event notification callback function prototype
_Function_class_(NOTIFICATIONCALLBACK)
typedef void (WINAPI NOTIFICATIONCALLBACK)(
    _In_ PWNODE_HEADER Wnode,
    _In_ ULONG_PTR NotificationContext
    );

#endif

View code on GitHub

No description available.