Home | History | Annotate | Download | only in src

Lines Matching refs:INVALID_HANDLE_VALUE

1162   AutoHandle() : handle_(INVALID_HANDLE_VALUE) {}
1168 void Reset() { Reset(INVALID_HANDLE_VALUE); }
1171 if (handle_ != INVALID_HANDLE_VALUE)