#ifndef _NTWMI_H
#ifdef UNICODE
#define WmiFileHandleToInstanceName WmiFileHandleToInstanceNameW
View code on GitHub#ifndef _NTWMI_H
#ifdef UNICODE
// ...
#else
#define WmiFileHandleToInstanceName WmiFileHandleToInstanceNameA
View code on GitHubNo description available.