- IOCTL, DMA questions?
- Posted on October 10th, 2007 | 3 Comments
Don, Thanks for the answer. I have other question? What is the biggest size one DMA transaction can handle? I need to do DMA for 2 MB in one transaction, but when I tell windows to start excute DMA,...
- 1394 hardware
- Posted on October 10th, 2007 | 6 Comments
Checkout OsrOnline.com for their 1394 card. Either that or look for a card with the TI chipset. -- The personal opinion of Gary G. Little "rup" <sauparna.palc@gmail.com> wrote in...
- Win2k Host Controller question
- Posted on October 10th, 2007 | 5 Comments
Ok, so the Win2k UHCI controller driver doesn't register a device interface. However, since you know you can access it using the global symbolic link ("HCD%d" or whatever), it seems the FDO will...
- IOCTL, DMA questions?
- Posted on October 10th, 2007 | 0 Comments
"May" <May@discussions.microsoft.com> wrote in message news:B6764880-0DEC-4A67-94F5-311BACE876D3@microsoft.com... No. you cannot. You can have only one of the four types. Note: METHOD_XXX_DIRECT...
- link 2019 problem
- Posted on October 10th, 2007 | 2 Comments
remove the references to MouFilter_IsrHook in MouFilter_InternIoCtl and retry. d -- Please do not send e-mail directly to this alias. this alias is for newsgroup purposes only. This posting is...
- WdfControlDeviceInitSetShutdownNotification
- Posted on October 10th, 2007 | 6 Comments
look at the Ex callback objects (http://msdn2.microsoft.com/en-us/library/aa489845.aspx), specifically \Callback\PowerState which will be called right before the OS moves into Sx and the hives should...
- SetupDiGetDeviceRegistryProperty - Usb - Address - Busnumber
- Posted on October 10th, 2007 | 10 Comments
the CM APIs work all the way back to win2k 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...
- Ploblem on get ATIP imformation
- Posted on October 10th, 2007 | 3 Comments
On 10 10 , 2 55 , wwh000009 <tx000...@hotmail.com> wrote: The DeviceIOControl API return a buffer . It's only 2 byte . the buffer first four byte like this : 00 02 00 00 ..... the second bite...
- talking directly to drivers
- Posted on October 10th, 2007 | 3 Comments
"Sigurd Lerstad" <sigler@bredband.no> wrote: Unlike GDI, the Direct3D APIs are a very thin layer on top of the driver. There is actually very little overhead between the application and the driver. ...
- Virtual Webcam driver
- Posted on October 10th, 2007 | 5 Comments
Terminus MGK II <TerminusMGKIISecundus@discussions.microsoft.com> wrote: I'm actually a huge fan of DirectShow. Considering that it was originally designed in 1994, it is astounding to me how much...
- How to listen the Process for the resource usage?
- Posted on October 10th, 2007 | 4 Comments
Thanks Shiv, Process Monitor doesn't solve my purpose as it does give only the dll and other executable module and doesn't give all the resources like config file which is belong to that process. so...
- Verifier.exe is not compatible with RtlRandom(Ex)
- Posted on October 9th, 2007 | 4 Comments
I couldn't find another random generator interface in the kernel that can be called at DISPATCH_LEVEL. For my test drivers, I just use my own pseudo-random generator code. -Eliyas
- DMA question?
- Posted on October 9th, 2007 | 9 Comments
Yes. The nonpnp I referred earlier describes how the buffers for different ioctl types are handled. "May" <May@discussions.microsoft.com> wrote in...
- IMAPI Development
- Posted on October 9th, 2007 | 1 Comments
Hi there, Please disregard this. I was checking to see if the active recorder was already set to the desired recorder first, not knowing that it does not have a default value. Therefore you must...
- how do I open Zero Wireless Configuration (WZC) window ?
- Posted on October 9th, 2007 | 2 Comments
many thanks !!! its exactly what I wanted, you saved me a lot of time :-) "Check Abdoul" wrote:
- Crash when calling NdisMIndicateReceiveNetBufferLists
- Posted on October 9th, 2007 | 5 Comments
On Oct 8, 9:26 pm, "Fredrik Jansson" <nos...@quarterfive.com> wrote: sorry for not reading the postfully due to lack of time ... i came across similar scenario ....while developting NDIS IM Driver ...
- pseudo intermediate [PIM] driver On Windows 98
- Posted on October 9th, 2007 | 2 Comments
On Sep 26, 9:00 pm, "Stephan Wolf " <stew...@hotmail.com> wrote: thank you for the pointers , robert's raspppoe does not come with sources .. we cant distribute it .... more over it does not use...
- KMDF/WDF -- PWDF_REQUEST_COMPLETION_PARAMS not having the correct IOCTL code set
- Posted on October 8th, 2007 | 6 Comments
You can use this call to format the request that is presented from queue. The doc is also correct. http://msdn2.microsoft.com/en-us/library/aa491504.aspx -Eliyas <kernwind@yahoo.com> wrote in...
- Multiple symbollic links using KMDF function
- Posted on October 8th, 2007 | 2 Comments
great, thanks! "Eliyas Yakub " wrote:
- Wrong LINEATTRS data received from GDI?
- Posted on October 8th, 2007 | 0 Comments
Is it me or is it that the LINEATTRS values received in a printer's driver DrvStrokePath(and equivalent) are broken on a WIN2000 machine? I seem to receive extremely large numbers to describe pen...

