Home | History | Annotate | Download | only in src

Lines Matching refs:INVALID_HANDLE_VALUE

1166   AutoHandle() : handle_(INVALID_HANDLE_VALUE) {}
1172 void Reset() { Reset(INVALID_HANDLE_VALUE); }
1175 if (handle_ != INVALID_HANDLE_VALUE)