Searched defs:IsHandleValid (Results 1 – 7 of 7) sorted by relevance
61 static bool IsHandleValid(HDC handle) { return handle != NULL; } in IsHandleValid() function
148 static bool IsHandleValid(HANDLE handle) { in IsHandleValid() function
61 static bool IsHandleValid(HANDLE handle) { return handle != nullptr; } in IsHandleValid() function in logging::__anon82ad25150211::EventLogHandleTraits
30 bool ModuleHandleTraits::IsHandleValid(HMODULE handle) { in IsHandleValid() function in base::ModuleHandleTraits
64 static bool IsHandleValid(HANDLE handle) { in IsHandleValid() function
88 static bool IsHandleValid(HMODULE handle) { return handle != nullptr; } in IsHandleValid() function in base::__anon5d726c060111::ModuleHandleTraits
53 bool SharedMemory::IsHandleValid(const SharedMemoryHandle& handle) { in IsHandleValid() function in base::SharedMemory