Process Hacker
|
A callback structure. More...
#include <phbase.h>
Data Fields | |
LIST_ENTRY | ListHead |
The list of registered callbacks. | |
PH_QUEUED_LOCK | ListLock |
A lock protecting the callbacks list. | |
PH_QUEUED_LOCK | BusyCondition |
A condition variable pulsed when the callback becomes free. | |
A callback structure.
The callback object allows multiple callback functions to be registered and notified in a thread-safe way.
PH_QUEUED_LOCK BusyCondition |
PH_QUEUED_LOCK ListLock |