On Thu Feb 22 19:43:50 2024 +0000, Zebediah Figura wrote:
Why are you checking for a null handle, especially without tests? Moreover, why are you using IsBadReadPtr() on a handle?
1) I already have a test case for the NULL handle 2) I think I need it to pass the last QOSCloseHandle() test case (the one where I set the handle value to 0xdeadbeef)