|
Creating an IP option within a WFP Callout Hello everyone, I am trying to design a driver that will add an IPv4 option to every outbound IPv4 packet. I have developed a WFP callout that allows me to inspect each IP packet as flows through the network layer. At this point I'd like to clone the netbuffer, add the option header and recalculate the approp... 2 May 2008 12:24
Windows 95/98 Vxd driver question Hi I might need to study Windows 98 Vxd driver framework , is there any book talk abount it ? Where can I find MSDN online document about Vxd driver ? Thank you . ... 2 May 2008 10:50
Windows 95/98 Vxd driver question The Windows 2003 DDK is the latest DDK that has everything you need; help, headers, build, etc. You can use that DDK to target VxD's for Windows 3.x, Windows 95, Windows 98, and Windows Millenium. VxD's are 32-bit by the way. There is also a discussion group for them: comp.os.ms-windows.programmer.vxd though you wi... 2 May 2008 05:10
WPP Tracing in miniport Hi, How do I use HwStorInitializeTracing in a miniport driver? Would the following be correct: HwStorInitializeTracing(p1,p2) { WPP_INIT_TRACING(p1,p2) } Thank you, Andrew ... 2 May 2008 04:23
Failed to open USB device using CreateFile: ERROR_FILE_NOT_FOUND Dear all, I'm tring to communicate with a USB device. I first enum the USB hub and get the path of my device. Then I use CreateFile with the path to open the device, but it always return an invalid handls. I use GetLastError and get ERROR_FILE_NOT_FOUND. There is another program which can communicate with the de... 2 May 2008 01:16
Can not use ShellExecute or ShellExecuteEx in Co-installer Entry Point in Vista? I'm writing a co-installer for my driver and I need launch other applications in co-installer entry point, in response to DIF_INSTALLINTERFACES request. But I found it works in XP, but not in Vista. How should I do? Any help will be appreciated. ... 2 May 2008 00:29
DPInst.exe encounters PnP Manager busy With Windows XP SP2, following is my installation experience using DPInsta.exe v2.1.0.0: 1. With deceive attached during installation, the DPInst.log reports, "PnP Manager busy, waiting until it processed the pending install events". And the driver won't be installed if the 'Found New Hardware Wizard' is not dism... 1 May 2008 23:42
Asyc Call Of MiniportProcessSGList If HAL asynchronously completes the request to to create a scatter/gather list through calls to NdisMAllocateNetBufferSGList (i.e., completes the request outside of the context of the NDIS call), can I assume that it serialize the completion of pending requests? For example, if I have two requests, can I assum... 1 May 2008 19:01
Howto increase NT kernel stack size? (if it is possible at all) However, as others have said, the general recommendation is still to avoid using too much stack if at all possible. It would have been nice if Microsoft followed this recommendation. 64- bit W2K3 takes 36% more than TWICE 32-bit XP if an IRP_MJ_CREATE calls IoGetDeviceObjectPointer. fffffadf`8ef78080 ff... 1 May 2008 16:40
Ramdisk example and Vista Hi, I installed the wdk 6.0 6001.18001 on Windows Vista SP1, then I compiled the exmaple of the ramdisk. After I installed the driver, i noticed that the disk are not accessible via the explorer nor the cmd. But if I launch the cmd via the administrator rights, i can access the ramdisk drive. How I can do ... 1 May 2008 13:31 |