PWNF_USER_CALLBACK - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H
//
// WNF (Windows Notification Facility)
//
#if (PHNT_VERSION >= PHNT_WINDOWS_10)

typedef WNF_USER_CALLBACK *PWNF_USER_CALLBACK;

#endif
#endif

View code on GitHub

No description available.