Re: shlwapi: Implement PathFileExistsAndAttributesA/W
19 Jan
2004
19 Jan
'04
3:54 a.m.
"Rolf Kalbermatter" <rolf.kalbermatter(a)citeng.com> wrote:
+ iPrevErrMode = SetErrorMode(1);
Please use a symbolic name (SEM_FAILCRITICALERRORS in this case), not just an arbitrary constant. Same for both A and W APIs. -- Dmitry.
8088
Age (days ago)
8088
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov