This call changes the size of a thread's privilege level 2 stack.
DosR2StackRealloc
NewSize (USHORT) - input
rc (USHORT) - return
This call is provided to allow the privilege level 2 stack to be resized and to have the TSS adjusted to reflect the new size. The size can not be less than the current size.
This call can not be made from privilege level 2.