cms.odl
来自「电脑编程技巧和源码。很不错的。」· ODL 代码 · 共 45 行
ODL
45 行
// CMS.odl : type library source for CMS.dll
// This file will be processed by the MIDL compiler to produce the
// type library (CMS.tlb).
[ uuid(5F5F7E63-ADC6-11D3-AF23-AC9F5AA57808), version(1.0) ]
library CMS
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CContextMenuSample
[ uuid(5F5F7E70-ADC6-11D3-AF23-AC9F5AA57808) ]
dispinterface IContextMenuSample
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CContextMenuSample)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CContextMenuSample)
//}}AFX_ODL_METHOD
};
// Class information for CContextMenuSample
[ uuid(5F5F7E72-ADC6-11D3-AF23-AC9F5AA57808) ]
coclass ContextMenuSample
{
[default] dispinterface IContextMenuSample;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?