nn::nex::CriticalSection::Leave Member Function

Syntax

void Leave();

Parameters

None.

Return Values

None.

Description

Leaves a critical section.

State changes are guaranteed not to occur during the span of calls to the Enter and Leave functions.

See Also

ScopedCS::~ScopedCS

Revision History

2011/01/27
Initial version.

CONFIDENTIAL