Searched defs:AutoHandle (Results 1 – 1 of 1) sorted by relevance
969 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function970 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function