Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DECLARE_LIBID

 

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


      DECLARE_LIBID( 
   libid  
)

libid

The GUID of the type library.

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

Show: