代码搜索:kbfiltr
找到约 28 项符合「kbfiltr」的源代码
代码结果 28
www.eeworm.com/read/183464/9158138
c kbfiltr.c
/*--
模块名称:
kbfilter.c
代码模版:
Windows XP DDK 2600 - KbFilter
作者:
Advance(LOVEHINA-AVC)
环境:
仅运行于内核模式
--*/
#include "kbfiltr.h"
//显式声明代码段所位于的页
NTSTATUS Driv
www.eeworm.com/read/183464/9158140
h kbfiltr.h
/*--
模块名称:
kbfilter.h
代码模版:
Windows XP DDK 2600 - KbFilter
作者:
Advance(LOVEHINA-AVC)
环境:
仅运行于内核模式
--*/
#ifndef KBFILTER_H
#define KBFILTER_H
#include "w
www.eeworm.com/read/183464/9158144
rc kbfiltr.rc
#include
#include
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
#define VER_FILEDESCRIPTION_STR "Keyboard Filter Dr
www.eeworm.com/read/410221/11297907
sys kbfiltr.sys
www.eeworm.com/read/410221/11297910
c kbfiltr.c
// howto use this:
// download the windows DDK (driver development kit)
// open the src/input/kbfiltr/kbfiltr.c file
// sbstitute the default routine in that file by this one
// "make" the file (u
www.eeworm.com/read/410221/11297911
inf kbfiltr.inf
; kbfiltr.inf
;
; Installation inf for the Device that needs filtering adapter.
;
; (c) Copyright 1999 Microsoft, 2006 Rob Devilee
;
[Version]
Signature="$Windows NT$"
Provider=%DDK_Ex%
Cla
www.eeworm.com/read/253709/12204231
sys kbfiltr.sys
www.eeworm.com/read/253709/12204237
c kbfiltr.c
/*--
Copyright (c) 1998. 1999 Microsoft Corporation
Module Name:
kbfiltr.c
Abstract:
Environment:
Kernel mode only.
Notes:
--*/
#include "kbfiltr.h"
NTSTATUS Dri
www.eeworm.com/read/253709/12204239
h kbfiltr.h
/*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
kbfilter.h
Abstract:
This module contains the common private declarations for the keyboard
packet filter
Enviro