On Tue Dec 2 16:25:53 2025 +0000, eric pouech wrote:
IIRC, this is likely only the case when the calling process is a 32bit querying 64 bit modules into a 64 bit process so the comment is a bit misleading and as this case doesn't exist on Windows, we can decide which behavior to adopt; I'd suggest to return the same value as on new wow (didn't check if it's an error or an empty list) -- coming back to this one, I'm not sure this is correct (cf top comments)
no, 32bit querying 64bit will fail with [ERROR_PARTIAL_COPY](https://learn.microsoft.com/en-us/windows/win32/api/tlhelp32/nf-tlhelp32-cre...)
this case only exist when querying a 32bit process from a 64bit process on old wow.