Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This header is used by System Services. For more information, see:
threadpoollegacyapiset.h contains the following programming interfaces:
Functions
| ChangeTimerQueueTimer Updates a timer-queue timer that was created by the CreateTimerQueueTimer function. |
| CreateTimerQueue Creates a queue for timers. |
| CreateTimerQueueTimer Creates a timer-queue timer. This timer expires at the specified due time, then after every specified period. When the timer expires, the callback function is called. |
| DeleteTimerQueue Deletes a timer queue. Any pending timers in the queue are canceled and deleted. (DeleteTimerQueue) |
| DeleteTimerQueueEx Deletes a timer queue. Any pending timers in the queue are canceled and deleted. (DeleteTimerQueueEx) |
| DeleteTimerQueueTimer Removes a timer from the timer queue and optionally waits for currently running timer callback functions to complete before deleting the timer. |
| QueueUserWorkItem Queues a work item to a worker thread in the thread pool. |
| UnregisterWaitEx Cancels a registered wait operation issued by the RegisterWaitForSingleObject function. (UnregisterWaitEx) |