Is there an equivalent of rundll32.exe for calling 64-bit DLLs?
On 64-bit versions of Windows, two rundll32.exe
programs exist:
C:\Windows\System32\rundll32.exe
C:\Windows\SysWOW64\rundll32.exe
If you are trying to do this from a 32-bit program, you might need to use C:\Windows\Sysnative
or temporarily turn off WoW64 file system redirection. See the Microsoft documentation.