DECLARE_LIBID

 

Provides a way for ATL to obtain the libid of the type library.

Syntax

      DECLARE_LIBID( 
   libid  
)

Parameters

  • libid
    The GUID of the type library.

Remarks

Use DECLARE_LIBID in a CAtlModuleT-derived class.

Example

Non-attributed wizard-generated ATL projects will have a sample of using this macro.

Requirements

Header: atlbase.h

See Also

Registry Macros
ATL Macros
CAtlModuleT Class