Ach so. das sind die Rückgabewerte.
Zitat:
If the function succeeds, the return value is a nonzero value.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
Wenn der Rückgabewert 0 ist, schlägt der Aufruf fehl.
mach mal:
Delphi-Quellcode:
if not Wow64DisableWow64FsRedirection(...) then
SyserrorMessage(GetLastError);
dann solltest du den Grund wissen.