Partager via


dwNKMaxPrioNoScav

This variable defines the highest priority for a thread that should not incur stack space recovery.

extern DWORD dwNKMaxPrioNoScav;

Parameters

None.

Return Values

None.

Remarks

Any thread with a priority lower than dwNKMaxPrioNoScav can have its stack space recovered by the kernel. The default setup by the kernel is 247, the value of dwNKMaxPrioNoScav. Use this variable in combination with the SetOOMEvent function to control when stack recover is run. If stack recover is run, this dwNKMaxPrioNoScav in combination with SetOOMEvent determines which priority stack recovery should be applied.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Not applicable.

See Also

SetOOMEvent | Stack

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.