Lines Matching defs:error
60 // Preserve error accross handle close
61 ULONG error = ok ? NO_ERROR : GetLastError();
65 if (NO_ERROR != error) {
66 SetLastError(error);
134 // Preserve error accross CloseHandle
135 ULONG error = ret ? NO_ERROR : GetLastError();
139 if (NO_ERROR != error) {
140 SetLastError(error);
200 // Preserve error accross CloseHandle
201 ULONG error = ret ? NO_ERROR : GetLastError();
205 if (NO_ERROR != error) {
206 SetLastError(error);