WmiDevInstToInstanceNameW - NtDoc

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

NTSYSAPI
ULONG
NTAPI
WmiDevInstToInstanceNameW(
    _Out_writes_opt_(InstanceNameLength) PWSTR InstanceName,
    _In_ ULONG InstanceNameLength,
    _In_ PCWSTR DevInst,
    _In_ ULONG InstanceIndex
    );

#endif

View code on GitHub

No description available.