mscomm32.odl
来自「串口调试程序」· ODL 代码 · 共 43 行
ODL
43 行
// mscomm32.odl : type library source for mscomm32.exe
// This file will be processed by the MIDL compiler to produce the
// type library (mscomm32.tlb).
[ uuid(7B5B9B69-30DB-497E-8D89-430BE6B29E01), version(1.0) ]
library Mscomm32
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CMscomm32Doc
[ uuid(7CB4C547-7977-48EE-B267-FD302F2346C0) ]
dispinterface IMscomm32
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CMscomm32DlgAutoProxy)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CMscomm32DlgAutoProxy)
//}}AFX_ODL_METHOD
};
// Class information for CMscomm32Doc
[ uuid(2CC71EBA-AB4B-42F3-A34B-6D36FBB652D3) ]
coclass Mscomm32
{
[default] dispinterface IMscomm32;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?