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
DevEnum.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++
- //------------------------------------------------------------------------------
- // File: DevEnum.idl
- //
- // Desc: IDL source for devenum.dll. This file will be processed by the
- // MIDL tool to produce the type library (devenum.tlb) and marshalling
- // code.
- //
- // Copyright (c) 1998 - 2000, Microsoft Corporation. All rights reserved.
- //------------------------------------------------------------------------------
- cpp_quote("#define CDEF_CLASS_DEFAULT 0x0001")
- cpp_quote("#define CDEF_BYPASS_CLASS_MANAGER 0x0002")
- //cpp_quote("#define CDEF_CLASS_LEGACY 0x0004")
- cpp_quote("#define CDEF_MERIT_ABOVE_DO_NOT_USE 0x0008")
- [
- object,
- uuid(29840822-5B84-11D0-BD3B-00A0C911CE86),
- pointer_default(unique)
- ]
- interface ICreateDevEnum : IUnknown
- {
- import "oaidl.idl";
- HRESULT CreateClassEnumerator(
- [in] REFCLSID clsidDeviceClass,
- [out] IEnumMoniker ** ppEnumMoniker,
- [in] DWORD dwFlags);
- }