- EPP parallel port
- Posted on June 24th, 2005 | 8 Comments
Hello, A few years ago I have built a simple device that was communicating the parallel port in EPP mode. At that time I was working under DOS, the port had been programmed directly, so there was...
- custom miniport example
- Posted on June 24th, 2005 | 1 Comments
I'm looking for an example of a custom MiniportCreate function. So far, the DDK examples all seem to use built-in miniports. Anybody know where a good example is?
- what about SdBusSubmitRequestAsync()?
- Posted on June 24th, 2005 | 0 Comments
what about SdBusSubmitRequestAsync()? THX any sample code?
- How can communication with sdbus.sys ?
- Posted on June 24th, 2005 | 0 Comments
I want to know some configuration of SD host controller, but I do not find any method to get the information ? How can I know that? THX.
- ddk
- Posted on June 24th, 2005 | 2 Comments
- why no sigal in DAT line?
- Posted on June 24th, 2005 | 1 Comments
I send a buffer of firmware image, but I can not capture the data on DAT line, just some on CMD line , using oscillograph ? what about the data send by SdBusCommandSubmit() will do in bus driver? I...
- Serious problem with IO manager and device removal
- Posted on June 24th, 2005 | 21 Comments
Hi All Scenario: i)PnP NIC PcCard USB driver with an IO manager interface created with NdisMRegisterDevice(). ii)Application opens device with CreateFile() and gets a valid handle. iii) Stop NIC...
- Upper filter driver for parallel port class driver not loading
- Posted on June 24th, 2005 | 1 Comments
Hi, I´ve written a filter driver for the parallel class driver. But it never gets loaded by WinXP (DriverEntry is not called at all). I´m using the following ini file to install it: signature...
- lifetime of device instance handles
- Posted on June 24th, 2005 | 1 Comments
I have a quesiton about device instance handles, used by CM* functions like CM_Get_Child and by certain DiSetup* functions. Another example of "device instance handle" I am talking about: DevInst...
- How to send multi block using SdBusSubmitRequest()?
- Posted on June 24th, 2005 | 6 Comments
I am developing a wireless LAN NIC driver, I should download my FW with CMD53. How can I do ? const SDCMD_DESCRIPTOR IoExtendedDesc1 = { SDCMD_IO_RW_EXTENDED,//SD_COMMAND_CODE ...
- Installing device driver
- Posted on June 23rd, 2005 | 7 Comments
Hello, I have an application that needs to install a device driver in the target computer among installing other files. I am using InstallShield for installation and I have InstallShield...
- Compiler flag for DDK version
- Posted on June 23rd, 2005 | 0 Comments
Is there a flag which represents the DDK version used while compiling the driver. I need it for backward compatibility while using newer functions defined in W2K3 + SP1 Thanks
- Using std::string
- Posted on June 23rd, 2005 | 10 Comments
Hi there! Is there a possibility to use std:string class for printer language monitor development. I have to do some string searching and replacing, i find that is the easy way to do. #include...
- NDIS functionality details
- Posted on June 23rd, 2005 | 20 Comments
Hi, ALL! I have a question about some aspects of NDIS subsystem functionality. NDIS subsystem exports a lot of functions with Ndis* prefix. Is it possible to mix NDIS API with API, exported from NT...
- Silent installation doesn't occur
- Posted on June 23rd, 2005 | 1 Comments
Hi We have a problem installing drivers silently for Windows XP SP2. We are using Device Driver Framework (difx) for Wise Package Studio and our drivers gets registered correctly on the computer...
- Beginner
- Posted on June 23rd, 2005 | 1 Comments
I would like to learn how to pilot a video card from the programming point of view. Thanks in advance for your advices. Nati
- processes with no threads!
- Posted on June 23rd, 2005 | 4 Comments
Hi, I was debugging with Windbg a system running Windows XP embedded when I noticed that the “!process” command was listing a processes that should have exited. The Task Manager does not show...
- DDK build does not show compile errors
- Posted on June 23rd, 2005 | 3 Comments
The DDK 'build' utility appears to have a bug where it will NOT print compile errors back to the DOS window. I've found an easy way to reproduce this: * In a good source file that includes...
- What are the requirements to let the CMD.EXE copy command work?
- Posted on June 23rd, 2005 | 0 Comments
Hello, I wrote a network redirector, read-only so far. I support mmap but not the cache manager and notepad.exe works. I'm now about to understand why some applications aren't working. The CMD.EXE...
- MULTIPLE_IRP_COMPLETE_REQUESTS
- Posted on June 23rd, 2005 | 3 Comments
Hi. Can anybody describe situations when using avssamp (AVStream example based virtual video capture driver) generates BSD with this error ? BSD doesn't clarify what sys file has generated the...

