#ifndef _NTWMI_H
// Event notification callback function prototype
typedef _Function_class_(NOTIFICATIONCALLBACK)
VOID NTAPI NOTIFICATIONCALLBACK(
_In_ PWNODE_HEADER Wnode,
_In_ ULONG_PTR NotificationContext
);
View code on GitHub
No description available.