📄 root.odl
字号:
// $$root$$.odl : type library source for $$root$$.dll
// This file will be processed by the Make Type Library (mktyplib) tool to
// produce the type library ($$root$$.tlb).
[ uuid(A7C5953C-411B-11CF-A7B2-444553540000), version(1.0) ]
library $$root$$
{
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -