#ifndef _NTWMI_H
#ifdef UNICODE
#define WmiNotificationRegistration WmiNotificationRegistrationW
View code on GitHub
#ifndef _NTWMI_H
#ifdef UNICODE
// ...
#else
#define WmiNotificationRegistration WmiNotificationRegistrationA
View code on GitHub
No description available.