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