Visual Studio 2010 - Visual C++
IMPLEMENT_OLETYPELIB
Implements the control's GetTypeLib member function.
IMPLEMENT_OLETYPELIB(class_name, tlid, wVerMajor, wVerMinor )
Parameters
Remarks
This macro must appear in the implementation file for any control class that uses the DECLARE_OLETYPELIB macro.
Requirements
Header: afxdisp.h
See Also