#ifndef _NTWMI_H
NTSYSAPI
ULONG
NTAPI
WmiDevInstToInstanceNameA(
_Out_writes_opt_(InstanceNameLength) PSTR InstanceName,
_In_ ULONG InstanceNameLength,
_In_ PCSTR DevInst,
_In_ ULONG InstanceIndex
);
View code on GitHub
No description available.