Microsoft DirectX 9.0

CAutoLock::CAutoLock

Constructor method. The constructor locks the specified critical section object.

Syntax

CAutoLock(
    CCritSec *plock
);

Parameters

plock

Pointer to a CCritSec object, which contains a critical section object.

See Also