From 5c2167b8b1116fbc53dff7bfebf241e2418ce57a Mon Sep 17 00:00:00 2001
From: rpj
Return TRUE if the QueueUserAPCEx package QUSEREX.DLL and the AlertDrv.sys driver was detected. This package provides alertable (pre-emptive) asynchronous threads cancellation. -If this feature returns FALSE then the default async cancel scheme -is in use, which cannot cancel blocked threads.
-Features may be OR'ed into the mask parameter, in which case the -routine returns TRUE if any of the OR'ed features would -return TRUE. At this stage it doesn't make sense to OR features but -it may some day.
+If this feature returns FALSE then the default async cancel scheme is +in use, which cannot cancel blocked threads.None.
pthread_win32_test_features_np returns TRUE (non-zero) if -any of the specified features is present, and FALSE (0) otherwise.
+the specified feature is present, and FALSE (0) otherwise.None.