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
63 static bool IsHandleValid(HANDLE handle) { return handle != nullptr; } in IsHandleValid() function in logging::__anon8ef432860211::EventLogHandleTraits
30 bool ModuleHandleTraits::IsHandleValid(HMODULE handle) { in IsHandleValid() function in base::ModuleHandleTraits
65 static bool IsHandleValid(HANDLE handle) { in IsHandleValid() function
89 static bool IsHandleValid(HMODULE handle) { return handle != nullptr; } in IsHandleValid() function in base::__anonc68390d70111::ModuleHandleTraits
53 bool SharedMemory::IsHandleValid(const SharedMemoryHandle& handle) { in IsHandleValid() function in base::SharedMemory