WmiMofEnumerateResources - NtDoc

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

#define WmiMofEnumerateResources WmiMofEnumerateResourcesW

#endif
#endif

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

#define WmiMofEnumerateResources WmiMofEnumerateResourcesA

#endif
#endif

View code on GitHub

No description available.