Destruct

nn::os::SimpleAutoStackManager::Destruct Member Function

Syntax

virtual void Destruct(
     void * pStackBottom,
     bool isError
);

Parameters

Name Description
in pStackBottom The stack to release.
in isError Indicates whether it is being released because an error occurred.

Return Values

None.

Description

Implements AutoStackManager::Destruct.

For details, see the AutoStackManager::Destruct function.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL