nn::nex::Core::IsUsingThreadAutoStack Member Function

Syntax

static qBool IsUsingThreadAutoStack();

Parameters

None.

Return Values



Value Description
true AutoStack is being used.
false AutoStack is not being used.

Description

Gets whether AutoStack is being used for the thread's stack memory. The default value is false.

See Also

UseThreadAutoStack()

Revision History

2013/03/27
Changed the default from true to false. In addition, clarified the default value.
2011/05/11
Initial version.

CONFIDENTIAL