Home | History | Annotate | Download | only in src

Lines Matching refs:INVALID_HANDLE_VALUE

944   AutoHandle() : handle_(INVALID_HANDLE_VALUE) {}
950 void Reset() { Reset(INVALID_HANDLE_VALUE); }
953 if (handle_ != INVALID_HANDLE_VALUE)