CComCritSecLock::CComCritSecLock

el constructor.

CComCritSecLock(
   TLock& cs,
   bool bInitialLock = true 
);

Parámetros

  • cs
    El objeto de sección crítica.

  • bInitialLock
    El estado inicial de bloqueo: TRUE significa bloqueado.

Comentarios

Inicializa el objeto de sección crítica.

Requisitos

encabezado: atlbase.h

Vea también

Referencia

Clase de CComCritSecLock

CComCritSecLock::~CComCritSecLock