#ifndef _NTPSAPI_H
//
// Threads
//
#if (PHNT_MODE != PHNT_MODE_KERNEL)
typedef PS_APC_ROUTINE* PPS_APC_ROUTINE;
View code on GitHub
This prototype defines the function to use as an APC routine.
Note that user APCs on the Native API level have three parameters in contrast with the Win32 APCs that only have one.