DECLARE_LIBID

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

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

Reference

CAtlModuleT Class

Other Resources

Registry Macros

ATL Macros