typedef struct _KERNEL_STACK_CONTROL { KERNEL_STACK_SEGMENT Current; KERNEL_STACK_SEGMENT Previous; } KERNEL_STACK_CONTROL, *PKERNEL_STACK_CONTROL;