#ifndef _NTLDR_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
#if (PHNT_VERSION >= PHNT_WINDOWS_10)
// rev
/**
* The LdrUpdatePackageSearchPath routine updates the package search path used by the loader.
*
* \param [in] SearchPath The new search path.
*/
NTSYSAPI
NTSTATUS
NTAPI
LdrUpdatePackageSearchPath(
_In_ PCWSTR SearchPath
);
View code on GitHubNo description available.