| 80 | } |
| 81 | |
| 82 | static bool IsHandleValid(HANDLE handle) |
| 83 | { |
| 84 | return (handle != NULL) && (handle != INVALID_HANDLE_VALUE); |
| 85 | } |
| 86 | |
| 87 | ////////////////////////////////////////////////////////////////////////// |
| 88 |
no outgoing calls
no test coverage detected