Home
last modified time | relevance | path

Searched refs:hHandle (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dthread.h33 inline BOOL IsValidHandle( HANDLE hHandle) { in IsValidHandle() argument
34 return ((hHandle != NULL) && (hHandle != INVALID_HANDLE_VALUE)); in IsValidHandle()