WmiNotificationRegistration - NtDoc

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

#define WmiNotificationRegistration WmiNotificationRegistrationW

#endif
#endif

View code on GitHub
#ifndef _NTWMI_H
#ifdef UNICODE
// ...
#else

#define WmiNotificationRegistration WmiNotificationRegistrationA

#endif
#endif

View code on GitHub

No description available.