다음을 통해 공유


IMPLEMENT_OLETYPELIB

Implements the control's GetTypeLib member function.

IMPLEMENT_OLETYPELIB(class_name, tlid, wVerMajor, wVerMinor )

매개 변수

  • class_name
    The name of the control class related to the type library.

  • tlid
    The ID number of the type library.

  • wVerMajor
    The type library major version number.

  • wVerMinor
    The type library minor version number.

설명

This macro must appear in the implementation file for any control class that uses the DECLARE_OLETYPELIB macro.

요구 사항

헤더: afxdisp.h

참고 항목

참조

DECLARE_OLETYPELIB

개념

MFC 매크로 및 전역