Microsoft DirectX 8.1 (C++)

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