ApiSetGetImplementationHost - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTMISC_H
//
// ApiSet
//
#if (PHNT_VERSION >= PHNT_WINDOWS_11)

NTSYSAPI
NTSTATUS
NTAPI
ApiSetGetImplementationHost(
    _In_ PCSTR ApiSetName,
    _Out_ PBOOLEAN Resolved,
    _Out_ PUNICODE_STRING HostName
    );

#endif
#endif

View code on GitHub

NtDoc

No description available.