Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Beginning with ATL 2.0, the DECLARE_STATIC_REGISTRY_RESOURCEID macro is obsolete. To statically link to the Registrar, you specify the #define _ATL_STATIC_REGISTRY statement in stdafx.h and use the DECLARE_REGISTRY_RESOURCEID macro.
For backward compatibility, ATL defines the following:
#define DECLARE_STATIC_REGISTRY_RESOURCEID(x)
DECLARE_REGISTRY_RESOURCEID(x)
Requirements
Header: atlcom.h