nn::nex::ScopedCS::ScopedCS Constructor

Syntax

ScopedCS(
     CriticalSection & pCS
);

Parameters

Name Description
in pCS Reference to the CriticalSection to be scoped.

Description

Constructor.

Execution enters the CriticalSection specified by pCS when the ScopedCS constructor is called.

See Also

CriticalSection::Enter

Revision History

2011/01/28
Initial version.

CONFIDENTIAL