WmiSetSingleInstance - NtDoc

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

#define WmiSetSingleInstance WmiSetSingleInstanceW

#endif
#endif

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

#define WmiSetSingleInstance WmiSetSingleInstanceA

#endif
#endif

View code on GitHub

No description available.