CComObjectNoLock

The CComObjectNoLock class is similar to CComObject, but it does not increment the module lock count in the constructor.

Syntax

template< class Base >

class CComObjectNoLock : public Base

At a Glance

Header file: Atlcom.h
Platforms:
Versions: 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CComObjectNoLock Methods, CComObject