On Wed Jun 18 08:25:18 2025 +0000, Yongjie Yao wrote:
When testing on windows 11, handle=CreateActCtxW() -> ActivateActCtx(handle) -> QueryActCtxSettingsW(handle), the value of the longPathAware is true, but CopyFileExA still can't support long path. When I create a file with kernel32_test.exe.manifest as filename and test again, CopyFileExA can support long path. So I guess it is just checked at process startup.
I see. In that case, you can leave it and keep the longPathAware manifest in the kernel32 test resource.