- Driver Signing: Vista: Driver File details: Digital signer
- Posted on June 6th, 2008 | 1 Comments
For this, you must obtain a WHQL signature. -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com
- Running TCP/IP Over cPCI Backplane
- Posted on June 6th, 2008 | 3 Comments
Then you need a usual NDIS miniport (not NDIS-WDM) talking to your hardware's registers. -- Maxim Shatskih, Windows DDK MVP StorageCraft...
- mapping from ip address and port to a user process
- Posted on June 6th, 2008 | 1 Comments
As far as I know, there is no reliable way to process ID from NDIS IM driver. So you can`t distinguish packets. But you can use some higher lever driver for this purposes (for example TDI) and...
- Using difx:Driver in WiX to install a device driver with subdirectories
- Posted on June 6th, 2008 | 6 Comments
"Stephen Connolly" <sm_spc_2@hotmail.com> wrote in message news:22980800-644b-47fa-a0f4-57d31937020b@26g2000hsk.googlegroups.com... Patching? you can't patch a file staged in the driver...
- Obsolete NDIS interfaces in ndis6.0
- Posted on June 6th, 2008 | 5 Comments
Maybe we can't say that NDIS5 definitions are obsolete in Vista: it still supports NDIS5 drivers. --PA "Praveen Kumar Amritaluru" <apraveen.kumar@gmail.com> wrote in...
- IRP_MJ_READ : ReadFile question
- Posted on June 6th, 2008 | 1 Comments
On Jun 6, 6:04 am, Kid <K...@discussions.microsoft.com> wrote: What would be the purpose of that? Where would the consumed data go? I don't really understand this question. If you're talking...
- MS office do a reset between startdoc and enddoc
- Posted on June 6th, 2008 | 0 Comments
hi brothers, it is difficult to have quick answer there but i try. So, I do a postcript driver to have a PDF using ghostscript and my problem is with MS Word. It does a reset between the startdoc and...
- OPOS SO LineDisplay CreateWindow problem
- Posted on June 6th, 2008 | 3 Comments
On Jun 5, 2:24 pm, eskomk <esko.huja...@gmail.com> wrote: Problem solved! In translation unit that #includes compiler generated header which has CreateWindow hassle (#included windows.h): -#include...
- WinCE USB Driver : Activesync driver wceusb.sys
- Posted on June 6th, 2008 | 0 Comments
Hi Does Microsoft share Activesync USB driver source , where can I get it ? Thank you.
- How to monitor IP addresses in the vista kernel?
- Posted on June 5th, 2008 | 0 Comments
Hi, guys. I need detect routed packets in my NDIS LWF driver, so I need to receiver notification about adding and deleting of IP address. In NT kernel I could use TdiRegisterPnPHandlers. But if it...
- ndis passthru question
- Posted on June 5th, 2008 | 4 Comments
On Jun 4, 10:37*pm, Joey <oinkshan...@gmail.com> wrote: When NDIS_STATUS_PENDING is returned from MPSend that status really means "NDIS will call the send complete callback. It may actually...
- printer notification
- Posted on June 5th, 2008 | 0 Comments
Hello, I have no prior experience with ddk or wdk. I dont want to write a device driver. I just need a notification when a user issues a print command. I want to know which file he/she has asked to...
- dpinst problem when running in Vista non-administrator mode
- Posted on June 5th, 2008 | 0 Comments
Hi, I've encountered the following problem when attempting to run dpinst (version 2.1.0.0) on Vista systems (both32 and 64 bit) w/o administrator privileges: The hourglass-circle flashes, task...
- use createfile to access usb device
- Posted on June 5th, 2008 | 19 Comments
Add setupapi.lib to your lib list in the IDE's project options. Then just type SetupDiGetClassDevs in the code, and include setupapi.h to stdafx.h As about the coding sample - DEVCON source in the...
- Diff between VS2005 compiler and DDK
- Posted on June 5th, 2008 | 9 Comments
Why? All serious software is built from terminals - WDK's BUILD is used for Windows core OS components themselves, and, in the open-source world, IDEs are never used for any system-level...
- OBJ file format generated by WDK for Server 2008
- Posted on June 5th, 2008 | 1 Comments
shkurko_alexander <shkurko_alexander@discussions.microsoft.com> wrote: Well, I'll be darned, you're right! Actually, it looks like it probably IS COFF format, but with an extra 32-byte header at...
- USB Camera Filter: how to get property of real webcam ?
- Posted on June 5th, 2008 | 3 Comments
P2P <P2P@discussions.microsoft.com> wrote: You have to monitor the exchange of kernel streaming property messages (IOCTL_KS_PROPERTY). That's how the driver and the graph negotiate...
- USB Camera Filter Driver
- Posted on June 5th, 2008 | 7 Comments
"David" <thuong101277@yahoo.com> wrote: No, but filter drivers are not hard to write, especially if you use KMDF. What have you tried? -- Tim Roberts, timr@probo.com Providenza & Boekelheide, Inc.
- Horizontal Scrolling
- Posted on June 5th, 2008 | 9 Comments
"doublemaster007@gmail.com" <doublemaster007@gmail.com> wrote: Shouldn't you at least read through the code before asking this kind of question? Here's a hint: the messages that are read from a...
- OVERLAPPED_MODULE: Address regions for 'WUDFRd' and 'WUDFPf.sys'overlap
- Posted on June 5th, 2008 | 0 Comments
Hi all, I use pwrtest to test my KMDF driver. I got memory pool corrupted, I got OVERLAPPED_MODULE etc. When I got this message "OVERLAPPED_MODULE: Address regions for 'WUDFRd' and 'WUDFPf.sys'...

