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
WbemAds.Idl
Package: SwordOnline.rar [view]
Upload User: dzyhzl
Upload Date: 2019-04-29
Package Size: 56270k
Code Size: 1k
Category:
Game Server Simulator
Development Platform:
C/C++
- //***************************************************************************
- //
- // (c) 1996-1999 by Microsoft Corporation
- //
- // WBEMADS.IDL
- //
- // IDL source for WMI ADSI extension
- //
- //***************************************************************************
- //
- // This file will be processed by the MIDL tool to
- // produce the type library (WMIExtension.tlb) and marshalling code.
- import "oaidl.idl";
- import "ocidl.idl";
- import "wbemdisp.idl";
- [
- uuid(e503d000-5c7f-11d2-8b74-00104b2afb41),
- version(1.0),
- helpstring("WMI Extension to DS 1.0 Type Library")
- ]
- library WMIEXTENSIONLib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
- interface IWMIExtension;
- [
- uuid(f0975afe-5c7f-11d2-8b74-00104b2afb41),
- helpstring("WMI DS Extension class")
- ]
- coclass WMIExtension
- {
- [default] interface IWMIExtension;
- };
- };
- [
- object,
- uuid(adc1f06e-5c7e-11d2-8b74-00104b2afb41),
- dual,
- helpstring("WMI extension to the DS Interface"),
- pointer_default(unique)
- ]
- interface IWMIExtension : IDispatch
- {
- [id(1), propget, helpstring("Path to matching WMI object")]
- HRESULT WMIObjectPath([out, retval] BSTR *strWMIObjectPath);
- [id(2), helpstring("Retrieves the matching WMI object")]
- HRESULT GetWMIObject([out, retval] ISWbemObject **objWMIObject);
- [id(3), helpstring("Retrieves the matching WMI services pointer")]
- HRESULT GetWMIServices([out, retval] ISWbemServices **objWMIServices);
- };