WmiFileHandleToInstanceNameW - NtDoc

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

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

#endif

View code on GitHub

No description available.