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