alicon.odl
来自「讲mfc的书」· ODL 代码 · 共 41 行
ODL
41 行
// AlIcon.odl : type library source for AlIcon.dll
// This file will be processed by the Make Type Library (mktyplib) tool to
// produce the type library (AlIcon.tlb).
[ uuid(A7C5953C-411B-11CF-A7B2-444553540000), version(1.0) ]
library AlIcon
{
importlib("stdole32.tlb");
// Primary dispatch interface for CIconHandler
[ uuid(A7C5953F-411B-11CF-A7B2-444553540000) ]
dispinterface IIconHandler
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CIconHandler)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CIconHandler)
//}}AFX_ODL_METHOD
};
// Class information for CIconHandler
[ uuid(A7C59540-411B-11CF-A7B2-444553540000) ]
coclass CIconHandler
{
[default] dispinterface IIconHandler;
};
//{{AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?