WAIT_CALLBACK_ROUTINE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H

//
// Thread pool (old)
//

typedef _Function_class_(WAIT_CALLBACK_ROUTINE)
VOID NTAPI WAIT_CALLBACK_ROUTINE(
    _In_ PVOID Parameter,
    _In_ BOOLEAN TimerOrWaitFired
    );

#endif

View code on GitHub

No description available.