This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I have a script that was working before. A robocopy script. The backup server broke and the new one misses some configuration, but I'm not a windows guy. :'( The script is the following: C:\Windows\system32\Robocopy F:\Equipos \\NASSERVERBACKUP\F$\BACKUPS_NASSERVER\Equipos_Horario *.* /purge /tee /e /log:F:\ScriptBackup\LogsBackup\NASSERVERBACKUP_horario.txt /nfl /r:1 /w:1 And the output is this: [...] read more
I get an exit error code 0xc0000417 (which translates to STATUS_INVALID_CRUNTIME_PARAMETER) in my executable (mixed Fortran/C) and try to find out what's causing it. It seems to occur when trying to write to a file which I infer because the file is created but there's nothing in it. Yet I [...] read more
I am trying to connect and send command to smart Card through Windows smart Card api , below is the code i have from MSDN. Here the SCardTransmit function always Returns me 0x000005aa , can some one let me know what i am doing wrong. int _tmain(int argc, _TCHAR* argv[]) [...] read more