#ifndef _NTPSAPI_H
// Threads
#if (PHNT_MODE != PHNT_MODE_KERNEL)
/**
* The APC_CALLBACK_DATA_CONTEXT structure is used to pass information to the APC callback routine.
*/
typedef struct _APC_CALLBACK_DATA_CONTEXT
{
ULONG_PTR Parameter;
PCONTEXT ContextRecord;
ULONG_PTR Reserved0;
ULONG_PTR Reserved1;
} APC_CALLBACK_DATA_CONTEXT, *PAPC_CALLBACK_DATA_CONTEXT;
View code on GitHub
No description available.