#ifndef _NTLDR_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
#if (PHNT_VERSION >= PHNT_WINDOWS_10_19H1)
// rev
/**
* The LdrIsModuleSxsRedirected routine determines whether the specified module is SxS-redirected.
*
* \param [in] DllHandle A handle to the DLL
*/
NTSYSAPI
BOOLEAN
NTAPI
LdrIsModuleSxsRedirected(
_In_ PVOID DllHandle
);
View code on GitHubNo description available.