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
PropPageATL.idl
Package: proppagecntr.zip [view]
Upload User: lc8096
Upload Date: 2007-01-02
Package Size: 40k
Code Size: 1k
Category:
ActiveX-DCOM-ATL
Development Platform:
Visual C++
- #include <olectl.h> // PropPageATL.idl : IDL source for PropPageATL.dll
- //
- // This file will be processed by the MIDL tool to
- // produce the type library (PropPageATL.tlb) and marshalling code.
- import "oaidl.idl";
- import "ocidl.idl";
- [
- object,
- uuid(A56A23F1-79AF-11D2-8DC4-C36D152E46FE),
- dual,
- helpstring("IPropPageCtrl Interface"),
- pointer_default(unique)
- ]
- interface IPropPageCtrl : IDispatch
- {
- [id(1), helpstring("method Execute")] HRESULT Execute();
- };
- [
- uuid(A56A23E4-79AF-11D2-8DC4-C36D152E46FE),
- version(1.0),
- helpstring("PropPageATL 1.0 Type Library")
- ]
- library PROPPAGEATLLib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
- [
- uuid(A56A23E2-79AF-11D2-8DC4-C36D152E46FE),
- helpstring("IPropPageCtrlEvents Interface"),
- ]
- dispinterface _DPropPageCtrlEvents
- {
- properties:
- methods:
- [id(1), helpstring("event ObjectFound")] void ObjectFound( BSTR bstrObjectID );
- };
- [
- uuid(A56A23F2-79AF-11D2-8DC4-C36D152E46FE),
- helpstring("PropPageCtrl Class")
- ]
- coclass PropPageCtrl
- {
- [default] interface IPropPageCtrl;
- [default, source] dispinterface _DPropPageCtrlEvents;
- };
- [
- uuid(A56A23F3-79AF-11D2-8DC4-C36D152E46FE),
- helpstring("PropPagePpg Class")
- ]
- coclass PropPagePpg
- {
- interface IUnknown;
- };
- };