PWNF_USER_SUBSCRIPTION - 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 struct WNF_USER_SUBSCRIPTION *PWNF_USER_SUBSCRIPTION;

#endif
#endif

View code on GitHub

No description available.