Function Reference


_WinAPI_GetSystemWow64Directory

Retrieves the path of the system directory used by WOW64

#include <WinAPISys.au3>
_WinAPI_GetSystemWow64Directory ( )

Return Value

Success: The path of the system directory. This path does not end with a backslash.
Failure: Sets the @error flag to non-zero, @extended flag may contain last error code.

Remarks

the function always fails on 32-bit Windows, @extended is set to ERROR_CALL_NOT_IMPLEMENTED.

See Also

Search GetSystemWow64Directory in MSDN Library.