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
ExEvent.idl
Package: code_and_note_of_COM.rar [view]
Upload User: weisheen
Upload Date: 2022-07-09
Package Size: 19390k
Code Size: 1k
Category:
ActiveX-DCOM-ATL
Development Platform:
Visual C++
- // ExEvent.idl : IDL source for ExEvent.dll
- //
- // This file will be processed by the MIDL tool to
- // produce the type library (ExEvent.tlb) and marshalling code.
- import "oaidl.idl";
- import "ocidl.idl";
- #include "olectl.h"
- [
- object,
- uuid(5D8918B7-6EE3-4D02-AC6E-BA7398FC872C),
- dual,
- helpstring("IMyAbcd Interface"),
- pointer_default(unique)
- ]
- interface IMyAbcd : IDispatch
- {
- };
- [
- uuid(2C5DC97C-87FC-455B-B5B6-4CE42A3CC212),
- version(1.0),
- helpstring("ExEvent 1.0 Type Library")
- ]
- library EXEVENTLib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
- [
- uuid(588E4844-9AB3-4B8B-BE17-67383E1DBAB8),
- helpstring("_IMyAbcdEvents Interface")
- ]
- dispinterface _IMyAbcdEvents
- {
- properties:
- methods:
- [id(1), helpstring("method show")] HRESULT show([in] int msg);
- };
- [
- uuid(20553217-5B7B-498F-A844-DA618F50C15D),
- helpstring("MyAbcd Class")
- ]
- coclass MyAbcd
- {
- [default] interface IMyAbcd;
- [default, source] dispinterface _IMyAbcdEvents;
- };
- };