- Excluding A Network Adapter During INetCfgClassSetup::Install
- Posted on September 5th, 2007 | 2 Comments
Well, you cannot prevent the network configuration subsystem from actually *creating* the binding pathes between protocols and network interfaces. But you can prevent an individual binding path from...
- How to encrypt data sent over TCP sockets?
- Posted on September 5th, 2007 | 2 Comments
On Sep 4, 7:27 pm, "Maxim S. Shatskih" <ma...@storagecraft.com> wrote: Yup, see "SslStream Class" http://msdn2.microsoft.com/en-us/library/system.net.security.sslstream.aspx Stephan
- Error while IOCTL to a driver
- Posted on September 5th, 2007 | 2 Comments
When I used floppy years ago, I found that error in the messagebox from windows explorer while trying to copy a file from it that exist a bad sector. The sector becomes bad after copy. I do not know...
- IOCTL_SCSI_PASS_THROUGH_DIRECT
- Posted on September 5th, 2007 | 6 Comments
Messing with a live disk is not a good idea at all. Here is a better idea: just run: cipher /w:<disk>: Though it won't clear cluster slack. "David J. Craig" <dave@yoshimuni.com> wrote in...
- WDM driver issue at 4GB memory
- Posted on September 4th, 2007 | 2 Comments
There is no error, but I am seeing data loss. The system is reporting 4 GB memory. I get the pointer to the DMA adapter structure by calling "IoGetDmaAdapter()". I then call...
- Does WIA snapshot USD notify STI button trigger event for PC camera?
- Posted on September 4th, 2007 | 0 Comments
Does WIA snapshot USD (wiavusd.dll) notify STI button trigger event for PC camera button event on XP? Or I need to implement my USD to notfiy event and also export STI / WIA interface? Best...
- WMI and local thermal Printer
- Posted on September 4th, 2007 | 0 Comments
Hi, I work for a thermal printer manufacturer, and I am new in WMI service, We have made a lot of printer mini-driver and one port monitor to manage the status. Now, I would like to know what can I...
- how to add upper filter on disk.sys
- Posted on September 4th, 2007 | 0 Comments
Hi all, I am running my driver using CreateService() from my application. schService = CreateService(SchSCManager, // handle of service control manager database DriverName, //...
- filesystem driver, NSE, SAMBA or others?
- Posted on September 4th, 2007 | 9 Comments
OK, I agree, he needs ntifs.h. I wanted to mean WDF does not work here. -- Sincerely, Maruf Maniruzzaman, Software Engineer, KAZ Software Limited, Dhaka,...
- What is "Plug and Play Driver Test - Library Job" ?
- Posted on September 4th, 2007 | 0 Comments
Hi My Windows XP PC gives a fail when "RunJob - Plug and Play Driver Test - Library Job" is executed. The fail is, that the PC reboots the logs claim. What does the TDM do, when "RunJob - Plug and...
- [DTM] Any solution for DRM fail?
- Posted on September 4th, 2007 | 0 Comments
On Vista platform, my driver failed the DRM test . ( My driver can pass DRM test on XP platform!) The fail condition is "ks.sys could not be detected in the list of expected failed drivers"!! I...
- audio filter driver help
- Posted on September 4th, 2007 | 2 Comments
As i think the data in kernel mode does not contain any the audio header, the header is appended in user mode application, and the header may contian information such as sample rate,bit per...
- UpdateDriverForPlugAndPlayDevices and Printer driver update
- Posted on September 3rd, 2007 | 0 Comments
Hello, I'm writing a device installation application for a plug and play printer and I'm using UpdateDriverForPlugAndDevices. Unfortunately, I'm having a weird issue in this scenario: - I install...
- upper filter driver for disk.sys
- Posted on September 3rd, 2007 | 7 Comments
But if any MajorFunction pointer is cached by some system component? If you want to reassign this functions then it's better, as Don Burn said, to use a wrapper function. -- Best regards, Vladimir...
- problem in porting 32 bit application in x64...
- Posted on September 3rd, 2007 | 3 Comments
Can you install the driver manually using this inf and the Add New Hardware wizard/Device Managers update driver option? On Fri, 24 Aug 2007 07:43:07 +0100, mani <forum648@gmail.com>...
- DTM results -> html or .doc ???
- Posted on September 3rd, 2007 | 1 Comments
On Sep 3, 12:12 pm, "Eigil Krogh Sorensen" <Eig...@tcelectronic.com> wrote: Hi, You cannot export the results to a html or a doc type but if you want the other to view the file they can use a...
- Mirror driver, screen-to-screen BitBlt and consistency.
- Posted on September 3rd, 2007 | 5 Comments
Thanks. I know that VNC uses RFB protocol, so it doesn't operate "drawing commands". I know that "drawing commands" are much faster than RFB. I don't want to use RFB because my "screen updates" are...
- Errors reading crash-dump file using i386kd
- Posted on September 3rd, 2007 | 2 Comments
Thank you. Pointing the debugger to download symbols from the MS server has solved it.
- FilterConnectCommunicationPort
- Posted on September 2nd, 2007 | 1 Comments
As this on NTFSD at http://www.osronline.com/ that is the list for file system questions. I have never use the communication port or would try to answer here. Don Burn (MVP, Windows DDK) Windows...
- Vista mistaking user mode driver for kernel mode
- Posted on September 2nd, 2007 | 0 Comments
This one's got me utterly stumped.... We have a kernel mode print driver originally developed for NT4 which we converted to user mode for Vista. Inexplicably, one Vista machine installs it without...

