📄 netsf_m.inf
字号:
; -- NETSF_M.INF --
;
; Sample Filter Miniport INF file
;
; Copyright (c) 1993-1999, Microsoft Corporation
; ----------------------------------------------------------------------
; Note:
; 1. Items specifically required for a filter have been marked with
; "!!--Filter Specific--!!" keyword
; 2. A filter DOES NOT require a notify object for proper installation.
; A notify object is only required if one wants to have better control
; over binding operations or if one wants to receive notifications
; when other components get installed/removed/bound/unbound.
; This sample uses a notify object as an example only. If you do not
; want to use a notify object, please comment out the lines that add
; ClsId and ComponentDll registry keys.
; ----------------------------------------------------------------------
[Version]
signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Msft%
DriverVer = 11/19/2001,1.00.0000.1
[ControlFlags]
ExcludeFromSelect = ms_sfiltermp
[DestinationDirs]
DefaultDestDir=12
; No files to copy
[Manufacturer]
%Msft% = MSFT
[MSFT]
%SFilterMP_Desc% = SFilterMP.ndi, ms_sfiltermp
[SFilterMP.ndi]
Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
CopyFiles =
[SFilterMP.ndi.Services]
AddService = SFilter,0x2, SFilterMP.AddService
[SFilterMP.AddService]
DisplayName = %SFilterMP_Desc%
ServiceType = 1 ;SERVICE_KERNEL_DRIVER
StartType = 3 ;SERVICE_DEMAND_START
ErrorControl = 1 ;SERVICE_ERROR_NORMAL
ServiceBinary = %12%\dogfw.sys
LoadOrderGroup = PNP_TDI
AddReg = SFilterMP.AddService.AddReg
[SFilterMP.AddService.AddReg]
; ----------------------------------------------------------------------
; Add any miniport-specific parameters here. These are params that your
; filter device is going to use.
;
;HKR, Parameters, ParameterName, 0x10000, "MultiSz", "Parameter", "Value"
;HKR, Parameters, ParameterName2, 0x10001, 4
[Strings]
Msft = "mcs"
SFilterMP_Desc = "Lat Miniport"
[SourceDisksNames]
;None
[SourceDisksFiles]
;None
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -