autoserver.odl
来自「本光盘包含的是《实用Visual C++ 6.0教程》一书中所有程序的代码」· ODL 代码 · 共 44 行
ODL
44 行
// Autoserver.odl : type library source for Autoserver.exe
// This file will be processed by the MIDL compiler to produce the
// type library (Autoserver.tlb).
[ uuid(B282D1BF-DD47-11D2-BF13-996F03973C62), version(1.0) ]
library Autoserver
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
// Primary dispatch interface for CAutoserverDoc
[ uuid(B282D1C0-DD47-11D2-BF13-996F03973C62) ]
dispinterface IAutoserver
{
properties:
// NOTE - ClassWizard will maintain property information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_PROP(CAutoserverDoc)
//}}AFX_ODL_PROP
methods:
// NOTE - ClassWizard will maintain method information here.
// Use extreme caution when editing this section.
//{{AFX_ODL_METHOD(CAutoserverDoc)
[id(1)] double SquareRoot(double dInputVal);
//}}AFX_ODL_METHOD
};
// Class information for CAutoserverDoc
[ uuid(B282D1BE-DD47-11D2-BF13-996F03973C62) ]
coclass Document
{
[default] dispinterface IAutoserver;
};
//{{AFX_APPEND_ODL}}
//}}AFX_APPEND_ODL}}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?