Lines Matching refs:winIoerrCanRetry1
40785 ** The "winIoerrCanRetry1" macro is used to determine if a particular I/O
40793 ** is defined, it will be consulted only when the macro "winIoerrCanRetry1"
40798 ** identical to those of the "winIoerrCanRetry1" macro.
40800 #if !defined(winIoerrCanRetry1)
40801 #define winIoerrCanRetry1(a) (((a)==ERROR_ACCESS_DENIED) || \
40823 if( winIoerrCanRetry1(e) ){