- error from usb camera filter
- Posted on June 30th, 2008 | 4 Comments
Thank you very much, "Tim Roberts" <timr@probo.com> wrote in message news:vgjg64tpath0n8nhviulb9pmgb5o3ht5ve@4ax.com...
- MAC address bug of NDIS62 NIC driver build with wdk6734.1
- Posted on June 30th, 2008 | 0 Comments
My ndis62 NIC driver got OID_802_3_PERMANENT_ADDRESS query three times and OID_802_3_CURRENT_ADDRESS query three times, I am sure my driver gave the right MAC address 00-13-74-12-14-02 .If I...
- 'Power Management' option lost from DeviceManager, ndis6.2 miniport driver build with WDK6734.1
- Posted on June 30th, 2008 | 0 Comments
DeviceManager ¨¤ property lost the ¡®Power Management¡¯ option. My ndis6.2 NIC driver registerd NDIS_PM_CAPABILITIES, but it never gets OID_PM_PARAMETERS...
- tracelog problem
- Posted on June 29th, 2008 | 0 Comments
Hi , I'm woring with the WPP events mechnanism for debug prints in my (WDF) driver (6001 version of the ddk). all went well until suddenly (and i can't seem to know wht's different now) most of the...
- [OT] eboostr - really usefull or any alternative available,...
- Posted on June 28th, 2008 | 1 Comments
I'd say either one is probably useless. Most useful would be simply touch the whole EXE or DLL upon loading. This will bring it into memory in the most efficient way. "Kerem Gümrükcü"...
- how to Driver Test Sign?
- Posted on June 28th, 2008 | 0 Comments
I use command This Driver is Regarcy Driver. Load with Windows Boot. This Driver have not include Driver.inf file. Only have Driver.sys file. but I cannot load this driver in Windows vista 64. I...
- Vista and ATI 8.5 Display driver atikmdag crashes
- Posted on June 28th, 2008 | 5 Comments
What is the error of crash? -- Volodymyr, blog: http://www.shcherbyna.com/ (This posting is provided "AS IS" with no warranties, and confers no rights) "nolanb" <nolanb@discussions.microsoft.com>...
- How to Driver Sign on VeriSign Certificate?
- Posted on June 28th, 2008 | 1 Comments
http://www.microsoft.com/whdc/driver/tips/IFS_Signing.mspx -- Volodymyr, blog: http://www.shcherbyna.com/ (This posting is provided "AS IS" with no warranties, and confers no rights) "Zec"...
- To to send to HwStorProcessServiceRequest
- Posted on June 28th, 2008 | 0 Comments
Hi, How do I send a service request to a virtual miniport so that HwStorProcessServiceRequest is called? Thanks, Andrew
- KeTestAlertThread?
- Posted on June 27th, 2008 | 1 Comments
From what have you got the strange idea that this is ever possible? From what have you got the idea that this function is callable from ISRs? -- Maxim Shatskih, Windows DDK MVP StorageCraft...
- How to get the address of a non-exported kernel function?
- Posted on June 27th, 2008 | 7 Comments
try >>>> http://rootkit.com "xmllmx" <xmllmx@gmail.com> wrote in message news:e05b8262-121c-4de2-b56f-9dddba5b468e@w34g2000prm.googlegroups.com...
- interface between sdbus.lib and sdbus.sys
- Posted on June 27th, 2008 | 0 Comments
Does anyone know if the interface between sdbus.lib and sdbus.sys is documented anywhere? I would like to add support for SDIO cards in XP, but the host controller interface is not via PCI, which is...
- CPSUISAM example and Printer Property Sheet in General
- Posted on June 27th, 2008 | 0 Comments
I have the following questions after going through the CPSUI example and what I have for my printer driver so far: For the CPSUI example 1. in SetupComPropSheetUi , Do I have to use a COMPROPSHEETUI...
- Debuggers Kill Printing.
- Posted on June 27th, 2008 | 4 Comments
Ivan, Thanks. Geeze, it is shocking how ignorant I am about some of this stuff. Newbie I guess - only been programming these machines for 16 years. (And yes, I just ordered the debugging book -...
- nt!RtlCreateServiceSid/per-service SIDs for kernel objects?
- Posted on June 27th, 2008 | 3 Comments
I see. RtlCreateServiceSid is not available from kernel mode. -- Volodymyr, blog: http://www.shcherbyna.com/ (This posting is provided "AS IS" with no warranties, and confers no rights) "wscholine"...
- What is wrong with this Inf file?
- Posted on June 27th, 2008 | 3 Comments
On 27 jun, 15:19, Wilco <w.vante...@gmail.com> wrote: Btw the debugger prints Net Config Assert Failure: File d:\nt\net\config\netcfg\engine\compdefs.h, line 81: Assert(FIsValidNetClass (Class))
- KTimer question ..
- Posted on June 27th, 2008 | 1 Comments
KTIMER callback is a DPC and thus called on DISPATCH_LEVEL, you cannot call ZwXxx from it. -- Maxim Shatskih, Windows DDK MVP StorageCraft...
- specifing a printer to use raw spool file
- Posted on June 27th, 2008 | 1 Comments
There was an "Always spool RAW datatype" option. -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com "hwilcox"...
- ZwCreate file hooking and opening the file in user space to calculatethe md5 sum
- Posted on June 27th, 2008 | 1 Comments
Stop hooking and write a FltMgr-based minifilter. MD5 is easy to calculate in kernel mode. -- Maxim Shatskih, Windows DDK MVP StorageCraft...
- Can't we use Zw file functions in KTimer ?
- Posted on June 27th, 2008 | 0 Comments
I have met some question that system will bluescreen if I use Zw file functions in KTimer, but these Zw functions work fine in Open or Close or Read or Write IRP dispatch functions . Can't I use Zw...

