- 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
DRAWPIC.ODL
Package: MSDN_VC98.zip [view]
Upload User: bangxh
Upload Date: 2007-01-31
Package Size: 42235k
Code Size: 2k
Category:
Windows Develop
Development Platform:
Visual C++
- // DrawPic.odl : type library source for OLE Control project.
- // This file will be processed by the Make Type Library (mktyplib) tool to
- // produce the type library (DrawPic.tlb) that will become a resource in
- // DrawPic.ocx.
- #include <olectl.h>
- [ uuid(57F5A420-A324-11CF-B4A4-444553540000), version(1.0),
- helpstring("DrawPic OLE Control module"), control ]
- library DRAWPICLib
- {
- importlib(STDOLE_TLB);
- importlib(STDTYPE_TLB);
- // Primary dispatch interface for CDrawPicCtrl
- [ uuid(57F5A421-A324-11CF-B4A4-444553540000),
- helpstring("Dispatch interface for DrawPic Control"), hidden ]
- dispinterface _DDrawPic
- {
- properties:
- // NOTE - ClassWizard will maintain property information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_PROP(CDrawPicCtrl)
- //}}AFX_ODL_PROP
- methods:
- // NOTE - ClassWizard will maintain method information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_METHOD(CDrawPicCtrl)
- [id(1)] boolean AddPicture(IPictureDisp* NewPic);
- [id(2)] void ClearImageList();
- //}}AFX_ODL_METHOD
- [id(DISPID_ABOUTBOX)] void AboutBox();
- };
- // Event dispatch interface for CDrawPicCtrl
- [ uuid(57F5A422-A324-11CF-B4A4-444553540000),
- helpstring("Event interface for DrawPic Control") ]
- dispinterface _DDrawPicEvents
- {
- properties:
- // Event interface has no properties
- methods:
- // NOTE - ClassWizard will maintain event information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_EVENT(CDrawPicCtrl)
- //}}AFX_ODL_EVENT
- };
- // Class information for CDrawPicCtrl
- [ uuid(57F5A423-A324-11CF-B4A4-444553540000),
- helpstring("DrawPic Control"), control ]
- coclass DrawPic
- {
- [default] dispinterface _DDrawPic;
- [default, source] dispinterface _DDrawPicEvents;
- };
- //{{AFX_APPEND_ODL}}
- };