共用方式為


DLL 中的 Automation

更新:2007 年 11 月

這個精靈會在 MFC DLL 精靈裡選擇 [Automation] 選項時提供下列項目:

  • 起始的物件描述語言檔案 (Object Description Language File,.ODL)

  • Afxole.h 在 STDAFX.h 檔裡的 Include 指示詞

  • DllGetClassObject 函式的實作,它會呼叫 AfxDllGetClassObject 函式

  • DllCanUnloadNow 函式的實作,它會呼叫 AfxDllCanUnloadNow 函式

  • DllRegisterServer 函式的實作,它會呼叫 COleObjectFactory::UpdateRegistryAll 函式

您還想知道關於哪些方面的詳細資訊?

請參閱

概念

DLL