473,387 Members | 1,641 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Filter Driver

Hi,

I've downloaded den Microsoft DDK 3790.1830 and there is an example
under 3790.1830\src\storage\filters\diskperf
I've compiled this one and would like to know where I could find the
information that are written by using the DebugPrint function ?

DebugPrint((2, "DiskPerfAddDevice: Driver %X Device %X\n",
DriverObject, PhysicalDeviceObject));

I'm trying to get some knowledge on writing filter drivers.

Regards,
Hugo
Jan 5 '08 #1
2 1624
hugomind wrote:
Hi,

I've downloaded den Microsoft DDK 3790.1830 and there is an example
under 3790.1830\src\storage\filters\diskperf
I've compiled this one and would like to know where I could find the
information that are written by using the DebugPrint function ?

DebugPrint((2, "DiskPerfAddDevice: Driver %X Device %X\n",
DriverObject, PhysicalDeviceObject));

I'm trying to get some knowledge on writing filter drivers.
I'd suggest posting in microsoft.public.win32.programmer.kernel (as a
starting point - there are also driver-specific newsgroups).

The results of DebugPrint can be viewed with a kernel debugger (e.g. kd,
windbg) or with a debug viewer like DbgView (from SysInternals, now
Microsoft Technet).

http://technet.microsoft.com/en-us/s.../bb896647.aspx

-cd
Jan 6 '08 #2
Hi Hugo,

this is simple. What you need is a tool like DbgView from Sysinternals.
You can get it from here:
http://technet.microsoft.com/en-us/s.../bb896647.aspx

The Term "Filter Driver" does not say WHAT kind of Filter driver
you want to write(bus-filter,ll-device filter,ll-class filter, ul-filter,
Multimedia?)
because there are lots of Filters you can write, for any purpose. I
recommend
this source (below) for you, though this is a driver and kernel newsgroup. I
would like to write more here, but be sure that someone will tell me, that i
should not answer you!

Anyway, see here:

http://www.microsoft.com/whdc/driver...v/default.mspx

In future ask your questions regarding DDK and related here:

microsoft.public.development.device.drivers

Regards

Kerem

--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Microsoft Live Space: http://kerem-g.spaces.live.com/
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."
Jan 6 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: rob | last post by:
In Python 2.3, this code still prints a warning (when run as a script, not from the interpreter). How do I get rid of the warning? I'd like to do it without passing command line args to python. ...
3
by: Rakesh | last post by:
Hi, I want to get connection to a DB2 database using the driver COM.ibm.db2.jdbc.DB2XADataSource. I have also included 'db2java.zip' in the classpath. However I am getting the exception ...
2
by: Jan Bols | last post by:
I'm using Oracle 8.1.7 on a linux server. I'm using ms access 2002 as a front end to connect to the dbserver with the oracle ODBC driver on a win2k machine. When I use the filter functionality...
8
by: noe | last post by:
Hello all devs!! I’m a student and I’m developing my Final Project in the University. I have to develop a driver for Windows XP that work so: I have a file in the HD (NTFS file system) of my PC...
2
by: Charles Law | last post by:
I want to intercept operations on serial ports (much like PortMon from SysInternals), and I think I need a filter driver. Is that correct, and can one be written in VB.NET? If it is possible,...
0
by: bazzer | last post by:
hey, im trying to access a microsoft access database from an ASP.NET web application in visual basic 2003.NET. i get the following error when i try running it: Server Error in...
0
by: stanbogdan | last post by:
Hello, Does anyone know of a free/cheap alternative to the Microsoft IFS kit for developing a file system filter for Windows? The IFS kit is quite expensive and is not worth buying just for trying...
2
by: ricovox | last post by:
Hi, Does anyone have experience with NDIS drivers? I need to either write or find an NDIS driver that will allow my user-mode application to selectively DROP packets before they hit the TCP/IP...
10
by: venuspcs | last post by:
Okay I am using Access 2007 with several tables and several forms. The main data is saved to table: Load_Records There is a Form that updates that table named: Add New Loads To Database There is...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.