Re: shlwapi: Implement PathFileExistsAndAttributesA/W
Jan. 19, 2004
9: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.
8193
Age (days ago)
8193
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov