📄 axatlsrv.idl
字号:
// AxAtlSrv.idl : IDL source for AxAtlSrv.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (AxAtlSrv.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(38482F6F-7D1F-11D4-A54D-0050BADB14A3),
dual,
helpstring("IAxTable Interface"),
pointer_default(unique)
]
interface IAxTable : IDispatch
{
[propget, id(1), helpstring("property Left")] HRESULT Left([out, retval] long *pVal);
[propput, id(1), helpstring("property Left")] HRESULT Left([in] long newVal);
[propget, id(2), helpstring("property Right")] HRESULT Right([out, retval] long *pVal);
[propput, id(2), helpstring("property Right")] HRESULT Right([in] long newVal);
[propget, id(3), helpstring("property Top")] HRESULT Top([out, retval] long *pVal);
[propput, id(3), helpstring("property Top")] HRESULT Top([in] long newVal);
[propget, id(4), helpstring("property Bottom")] HRESULT Bottom([out, retval] long *pVal);
[propput, id(4), helpstring("property Bottom")] HRESULT Bottom([in] long newVal);
[propget, id(5), helpstring("property RowNum")] HRESULT RowNum([out, retval] short *pVal);
[propput, id(5), helpstring("property RowNum")] HRESULT RowNum([in] short newVal);
[propget, id(6), helpstring("property ColNum")] HRESULT ColNum([out, retval] short *pVal);
[propput, id(6), helpstring("property ColNum")] HRESULT ColNum([in] short newVal);
[id(7), helpstring("method Draw")] HRESULT Draw(long nDC);
};
[
uuid(38482F63-7D1F-11D4-A54D-0050BADB14A3),
version(1.0),
helpstring("AxAtlSrv 1.0 Type Library")
]
library AXATLSRVLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(38482F70-7D1F-11D4-A54D-0050BADB14A3),
helpstring("AxTable Class")
]
coclass AxTable
{
[default] interface IAxTable;
};
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -