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
netndisuio.inf
Package: 1336ndis.rar [view]
Upload User: yanxuanwei
Upload Date: 2008-05-17
Package Size: 53k
Code Size: 2k
Category:
Driver Develop
Development Platform:
Visual C++
- ;-------------------------------------------------------------------------
- ; NDISUIO.INF -- NDIS Usermode I/O Driver
- ;
- ; Copyright (c) 2000, Microsoft Corporation
- ;-------------------------------------------------------------------------
- [version]
- Signature = "$Windows NT$"
- Class = NetTrans
- ClassGUID = {4d36e975-e325-11ce-bfc1-08002be10318}
- Provider = %Msft%
- LayoutFile = layout.inf
- [Manufacturer]
- %Msft%=MSFT
- [MSFT]
- %NDISUIO_Desc%=Install, MS_NDISUIO
- ;-------------------------------------------------------------------------
- ; Installation Section
- ;-------------------------------------------------------------------------
- [Install]
- AddReg=Inst_Ndi
- Characteristics=0x28 ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
- CopyFiles=CpyFiles_Sys
- ;-------------------------------------------------------------------------
- ; Ndi installation support
- ;-------------------------------------------------------------------------
- [Inst_Ndi]
- HKR,Ndi,Service,,"Ndisuio2"
- HKR,Ndi,HelpText,,%NDISUIO_HelpText%
- HKR, NdiInterfaces, UpperRange,, noupper
- HKR,"NdiInterfaces","LowerRange",,"ndis5,ndis4,ndis5_uio"
- ;-------------------------------------------------------------------------
- ; Service installation support
- ;-------------------------------------------------------------------------
- [Install.Services]
- AddService=Ndisuio2,,NDISUIO_Service_Inst
- [Ndisuio_Service_Inst]
- DisplayName = %NDISUIO_Desc%
- ServiceType = 1 ;SERVICE_KERNEL_DRIVER
- StartType = 3 ;SERVICE_MANUAL_START
- ErrorControl = 1 ;SERVICE_ERROR_NORMAL
- ServiceBinary = %12%ndisuio2.sys
- LoadOrderGroup = NDIS2
- Description = %NDISUIO_Desc%
- [Install.Remove.Services]
- DelService=Ndisuio2
- ;-------------------------------------------------------------------------
- ; Declare Destination Directories for file copy/deletion
- ;-------------------------------------------------------------------------
- [DestinationDirs]
- CpyFiles_Sys = 12 ; DIRID_DRIVERS
- ;-------------------------------------------------------------------------
- ; Files to Copy/Delete - Referenced by Install and Remove sections above
- ;-------------------------------------------------------------------------
- [CpyFiles_Sys]
- Ndisuio2.sys,,,2
- [Strings]
- Msft = "Microsoftxwt"
- NDISUIO_Desc = "NDIS2 Usermode I/O Protocol"
- NDISUIO_HelpText = "A driver to support user-mode I/O on NDIS devices"