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
arpctl.idl
Package: shell.rar [view]
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 3k
Category:
Windows Kernel
Development Platform:
Visual C++
- // ARPCtl.idl : IDL source for ARPCtl.dll
- //
- // This file will be processed by the MIDL tool to
- // produce the type library (ARPCtl.tlb) and marshalling code.
- import "oaidl.idl";
- import "ocidl.idl";
- [
- uuid(0CB57B1E-D652-11D1-B1DE-00C04FC2A118),
- version(1.0),
- helpstring("ARPCtl 1.0 Type Library")
- ]
- library ARPCTLLib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
- [
- object,
- uuid(0CB57B2B-D652-11D1-B1DE-00C04FC2A118),
- dual,
- helpstring("IARPCtl Interface"),
- pointer_default(unique)
- ]
- interface IARPCtl : IDispatch
- {
- [propget, id(1), helpstring("property ItemCount")] HRESULT ItemCount([out, retval] long *pVal);
- [propget, id(2), helpstring("property DisplayName")] HRESULT DisplayName([out, retval] BSTR *pVal);
- [propget, id(3), helpstring("property Version")] HRESULT Version([out, retval] BSTR *pVal);
- [propget, id(4), helpstring("property Publisher")] HRESULT Publisher([out, retval] BSTR *pVal);
- [propget, id(5), helpstring("property ProductID")] HRESULT ProductID([out, retval] BSTR *pVal);
- [propget, id(6), helpstring("property RegisteredOwner")] HRESULT RegisteredOwner([out, retval] BSTR *pVal);
- [propget, id(7), helpstring("property Language")] HRESULT Language([out, retval] BSTR *pVal);
- [propget, id(8), helpstring("property SupportUrl")] HRESULT SupportUrl([out, retval] BSTR *pVal);
- [propget, id(9), helpstring("property SupportTelephone")] HRESULT SupportTelephone([out, retval] BSTR *pVal);
- [propget, id(10), helpstring("property HelpLink")] HRESULT HelpLink([out, retval] BSTR *pVal);
- [propget, id(11), helpstring("property InstallLocation")] HRESULT InstallLocation([out, retval] BSTR *pVal);
- [propget, id(12), helpstring("property InstallSource")] HRESULT InstallSource([out, retval] BSTR *pVal);
- [propget, id(13), helpstring("property InstallDate")] HRESULT InstallDate([out, retval] BSTR *pVal);
- [propget, id(14), helpstring("property RequiredByPolicy")] HRESULT RequiredByPolicy([out, retval] BSTR *pVal);
- [propget, id(15), helpstring("property Contact")] HRESULT Contact([out, retval] BSTR *pVal);
- [propget, id(16), helpstring("property Size")] HRESULT Size([out, retval] BSTR *pVal);
- [propget, id(17), helpstring("property TimesUsed")] HRESULT TimesUsed([out, retval] BSTR *pVal);
- [propget, id(18), helpstring("property LastUsed")] HRESULT LastUsed([out, retval] BSTR *pVal);
- [id(100), helpstring("method InitData")] HRESULT InitData(DWORD dwSortOrder);
- [id(101), helpstring("method MoveFirst")] HRESULT MoveFirst([out, retval] BOOL* pbool);
- [id(102), helpstring("method MoveNext")] HRESULT MoveNext([out, retval] BOOL* pbool);
- [id(103), helpstring("method MoveTo")] HRESULT MoveTo([in] DWORD dwRecNum, [out, retval] BOOL* pbool);
- };
- [
- uuid(0E5B1C7E-D87D-11d1-B1DE-00C04FC2A118),
- helpstring("Event interface for ARPCtl")
- ]
- dispinterface _ARPCtlEvents
- {
- properties:
- methods:
- [id(1)] void OnSyncDataReady();
- [id(2)] void OnAsyncDataReady([in]long row);
- };
- [
- uuid(0CB57B2C-D652-11D1-B1DE-00C04FC2A118),
- helpstring("ARPCtl Class")
- ]
- coclass CARPCtl
- {
- [default] interface IARPCtl;
- [default, source] dispinterface _ARPCtlEvents;
- };
- };