SUBEDIT.IDL
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- #include <olectl.h>
- // SubEdit.idl : IDL source for SubEdit.dll
- //
- // This file will be processed by the MIDL tool to
- // produce the type library (SubEdit.tlb) and marshalling code.
- [
- object,
- uuid(2D7E0F90-3215-11D0-BF28-0000E8D0D146),
- dual,
- helpstring("IAtlEdit Interface"),
- pointer_default(unique)
- ]
- interface IAtlEdit : IDispatch
- {
- import "oaidl.idl";
- import "ocidl.idl";
- };
- [
- uuid(2D7E0F8D-3215-11D0-BF28-0000E8D0D146),
- version(1.0),
- helpstring("SubEdit 1.0 Type Library")
- ]
- library SUBEDITLib
- {
- importlib("stdole32.tlb");
- [
- uuid(2D7E0F8F-3215-11D0-BF28-0000E8D0D146),
- helpstring("AtlEdit Class")
- ]
- coclass CAtlEdit
- {
- [default] interface IAtlEdit;
- };
- };