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