?? mydll.odl
字號:
// Mydll.odl : type library source for Mydll.dll
// This file will be processed by the MIDL compiler to produce the
// type library (Mydll.tlb).
[ uuid(7346971F-01F8-4B1D-BDC2-6BAB773DB1B2), version(1.0) ]
library Mydll
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for MYDLLPro
[ uuid(185EE497-6AE3-4530-BC1A-8EAAADEC1F33) ]
dispinterface IMYDLLPro
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(MYDLLPro)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(MYDLLPro)
//}}AFX_ODL_METHOD
};
// Class information for MYDLLPro
[ uuid(40F58121-E7AA-47CD-8F86-97D4554A769C) ]
coclass MYDLLPro
{
[default] dispinterface IMYDLLPro;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -