WmiDevInstToInstanceName - NtDoc

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

#define WmiDevInstToInstanceName WmiDevInstToInstanceNameW

#endif
#endif

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

#define WmiDevInstToInstanceName WmiDevInstToInstanceNameA

#endif
#endif

View code on GitHub

No description available.