#ifndef _NTXCAPI_H
#if (PHNT_VERSION >= PHNT_THRESHOLD)
typedef struct _KCONTINUE_ARGUMENT
{
KCONTINUE_TYPE ContinueType;
ULONG ContinueFlags;
ULONGLONG Reserved[2];
} KCONTINUE_ARGUMENT, *PKCONTINUE_ARGUMENT;
View code on GitHub
No description available.