#ifndef _NTWMI_H
#ifdef UNICODE
#define WmiReceiveNotifications WmiReceiveNotificationsW
View code on GitHub
#ifndef _NTWMI_H
#ifdef UNICODE
// ...
#else
#define WmiReceiveNotifications WmiReceiveNotificationsA
View code on GitHub
No description available.