- Code/Resource
- Windows Develop
- Linux-Unix program
- Internet-Socket-Network
- Web Server
- Browser Client
- Ftp Server
- Ftp Client
- Browser Plugins
- Proxy Server
- Email Server
- Email Client
- WEB Mail
- Firewall-Security
- Telnet Server
- Telnet Client
- ICQ-IM-Chat
- Search Engine
- Sniffer Package capture
- Remote Control
- xml-soap-webservice
- P2P
- WEB(ASP,PHP,...)
- TCP/IP Stack
- SNMP
- Grid Computing
- SilverLight
- DNS
- Cluster Service
- Network Security
- Communication-Mobile
- Game Program
- Editor
- Multimedia program
- Graph program
- Compiler program
- Compress-Decompress algrithms
- Crypt_Decrypt algrithms
- Mathimatics-Numerical algorithms
- MultiLanguage
- Disk/Storage
- Java Develop
- assembly language
- Applications
- Other systems
- Database system
- Embeded-SCM Develop
- FlashMX/Flex
- source in ebook
- Delphi VCL
- OS Develop
- MiddleWare
- MPI
- MacOS develop
- LabView
- ELanguage
- Software/Tools
- E-Books
- Artical/Document
SUBEDIT.IDL
Package: MSDN_VC98.zip [view]
Upload User: bangxh
Upload Date: 2007-01-31
Package Size: 42235k
Code Size: 1k
Category:
Windows Develop
Development Platform:
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;
- };
- };