LdrUpdatePackageSearchPath - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#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
    );

#endif
#endif
#endif

View code on GitHub

NtDoc

No description available.