#ifndef _NTRTL_H // Extended thread context typedef struct _CONTEXT_CHUNK { LONG Offset; // Offset may be negative. ULONG Length; } CONTEXT_CHUNK, *PCONTEXT_CHUNK; #endif View code on GitHub
No description available.