- get from KernelMode to UserMode very quickly?
- Posted on June 23rd, 2008 | 3 Comments
Well you first question was asking for techniques that are on the high edge of the driver world, now the questions have moved quite a bit. First on your example needs, sorry but I will repeat the...
- Last NTFS volume/disk update time
- Posted on June 23rd, 2008 | 0 Comments
Is there any function/way to determine the last update time of a NTFS volume? Thanks.
- Copy count in Minidriver is not changing
- Posted on June 23rd, 2008 | 0 Comments
I am stuck with an issue regarding the copy count in the Printer Minidriver setup. It has worked for me in previous drivers but now that I started a new project with the WDK 6000 files I have the...
- @ALL - [SOLUTION],...
- Posted on June 23rd, 2008 | 4 Comments
Uwe Sieber wrote: Correction: It removes upperfilters for GUID_DEVCLASS_FLOPPYDISK and lowerfilters for GUID_DEVCLASS_DISKDRIVE. Maybe the first was intended to be GUID_DEVCLASS_DISKDRIVE too...
- printing HardwareIDs
- Posted on June 23rd, 2008 | 0 Comments
How can I print HardwareIDs? I understand they are MULTI_REG_SZ - multiple strings each terminating with \0. Is there some function for that. Currently I wrote my own function as follows: VOID...
- printing HardwareIDs
- Posted on June 23rd, 2008 | 0 Comments
How can I print HardwareIDs? I understand they are MULTI_REG_SZ - multiple strings each terminating with \0. Is there some function for that. Currently I wrote my own function as follows: VOID...
- [puzzle] how a device is found?
- Posted on June 23rd, 2008 | 6 Comments
no, you cannot specify the instance ID d -- Please do not send e-mail directly to this alias. this alias is for newsgroup purposes only. This posting is provided "AS IS" with no warranties, and...
- Bluetooth Visa64 Drivers
- Posted on June 22nd, 2008 | 0 Comments
I have added my Sony Ericsson W910i phone to the Windows Bluetooth software, I am having a few problems with drivers for 2 entries which I can not find on the CD provided with the phone, these 2...
- Help!!! Memory allocation!!!
- Posted on June 22nd, 2008 | 3 Comments
What's the reason you need it to be contiguous? "Danial.F" <DanialF@discussions.microsoft.com> wrote in message news:9D9C6B13-EDAC-4863-946C-2A11D09E7899@microsoft.com...
- [OT] Unidentified USB device on all USB Ports after reboot,...
- Posted on June 21st, 2008 | 6 Comments
Hi Alexander, No,... No,... No,...
- DrvSetPointerShape
- Posted on June 21st, 2008 | 0 Comments
Hi I'm developing mirror display driver. And I got problem. I want to do my driver not to draw cursor on its surface. So I implanted DrvMovePointer and DrvSetPointerShape and I added GCAPS_PANNING...
- [OT] Unidentified USB device on all USB Ports after reboot,...
- Posted on June 20th, 2008 | 1 Comments
Hi Doron, i allready did and NOTHING changed. Doron, if you like, you can have a look at my system via remotedesktop or crossloop and show me where i have to look, since i really dont know what to...
- [OT] Unidentified USB device on all USB Ports after reboot,...
- Posted on June 20th, 2008 | 0 Comments
Hi Volodymyr, no, the event logs are totally empty, nothing to see,... You can have a look at my system via crossloop or remote desktop if you like, since i really reinstalled everything on my...
- REGULAR EXPRESSIONS - identify specific entries as INVALID
- Posted on June 20th, 2008 | 5 Comments
On Jun 20, 10:07 am, Skinnerfritz <Skinnerfr...@discussions.microsoft.com> wrote: Why would you use a regular expression for this? Set<int> invalidSet = new...
- Interrupt Synchronization - WDF driver
- Posted on June 20th, 2008 | 0 Comments
Hi, Thanks for your reply, I have few clarifications, can you plz answer them. 1) I have used WdfSetPolicy, here i have provided the Kaffinity as a parameter, will this enables? to run the device...
- accessing PCI configuration space
- Posted on June 20th, 2008 | 3 Comments
To read a specific location in PCI config space you have to write the address to one register, then read from the other register. Since you have no access to the lock doing this, you can get subtle...
- StorPortGetBusData returns with 0
- Posted on June 20th, 2008 | 0 Comments
Yep, its related. My driver is a STORPORT miniport driver, so I can't use general kernel routines to send requests to the PDO, AFAIK. I think thats the reason why this routine exists in the first...
- KMDF handling of internal IOCTLs
- Posted on June 20th, 2008 | 1 Comments
chris.aseltine@gmail.com wrote: Aaargh! I'm so stupid! I'll try your suggestion on Monday, but I'm pretty sure that that was my mistake. Thanks!
- Getting same physical address for 2 different user addresses.
- Posted on June 20th, 2008 | 0 Comments
1. You may want to make sure that your buffers start at the page boundary. 2. If you save current IRQL and then lower it, you're doing it wrong. You cannot arbitrarily lower IRQL. 3. Tell your bosses...
- [OT] Unidentified USB device on all USB Ports after reboot,...
- Posted on June 20th, 2008 | 0 Comments
Yet another reason to say NO to Adobe. Flash is a reason big enough already. "Bob I" <birelan@yahoo.com> wrote in message news:%23eITB0t0IHA.2188@TK2MSFTNGP04.phx.gbl... Kerem Gümrükcü wrote:

