Поделиться через


DECLARE_REGISTRY_APPID_RESOURCEID

Specifies the information required to automatically register the appid.

DECLARE_REGISTRY_APPID_RESOURCEID( 
      resid, 
      appid  
)

Параметры

  • resid
    The resource id of the .rgs file that contains information about the appid.

  • appid
    A GUID.

Заметки

Use DECLARE_REGISTRY_APPID_RESOURCEID in a CAtlModuleT-derived class.

Пример

Classes added to ATL projects with the Add Class code wizard will have a sample of using this macro.

Требования

Header: atlbase.h

См. также

Основные понятия

Registry Macros

ATL Macros

CAtlModuleT Class