WmiFileHandleToInstanceNameA - NtDoc

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

NTSYSAPI
ULONG
NTAPI
WmiFileHandleToInstanceNameA(
    _In_ HANDLE DataBlockHandle,
    _In_ HANDLE FileHandle,
    _Inout_ PULONG NumberCharacters,
    _Out_writes_(*NumberCharacters) CHAR *InstanceNames
    );

#endif

View code on GitHub

No description available.