NOTIFICATIONCALLBACK - NtDoc

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

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

#endif

View code on GitHub

No description available.