📄 dudes.odl
字号:
// dudes.odl : type library source for dudes.exe
// This file will be processed by the Make Type Library (mktyplib) tool to
// produce the type library (dudes.tlb).
[ uuid(DD24A5C1-851C-11D1-B715-004845800311), version(1.0) ]
library Dudesvr
{
importlib("stdole32.tlb");
// Primary dispatch interface for CDudesvrDoc
[ uuid(DD24A5C2-851C-11D1-B715-004845800311) ]
dispinterface IDudesv
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CDudesvrDoc)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CDudesvrDoc)
//}}AFX_ODL_METHOD
};
// Class information for CDudesvrDoc
[ uuid(DD24A5C0-851C-11D1-B715-004845800311) ]
coclass Document
{
[default] dispinterface IDudesv;
};
//{{AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -