- Error on Smart Card Service
- Posted on January 28th, 2008 | 0 Comments
Hi, this may be offtopic but this problem involves, I think, low level Windows knowledge: I've developed a smart card application; it works ok, but when the session of Windows XP is locked and the...
- Why 1c_setmulticast Test mandates 32 addresses??
- Posted on January 28th, 2008 | 1 Comments
"Aniketa K S" <aniketaks@rediffmail.com> wrote in message news:82fb1ed9-5653-4d65-946f-b3c712e96449@e23g2000prf.googlegroups.com... Multicasts are used in various protocols and applications, like...
- OID_802_3_MULTICAST_LIST issued by multiple protocols
- Posted on January 28th, 2008 | 4 Comments
Yes. Each protocol only receives the packets which it asked for. To employ the possible hardware filters, NDIS maintains the logical OR of all filters by all protocols and sets it to the...
- Select_Config in WinCE5.0
- Posted on January 28th, 2008 | 0 Comments
Hi, I'm developing a USB driver for WinCE5.0 and planning to support a device with multiple configurations. I don't see any USBD interface for Select_Config. Then I was planning to issue a vendor...
- How to start working for developing a virtual printer driver?
- Posted on January 28th, 2008 | 0 Comments
I am new to device driver development... I have studied some thing about windows DDK...i want to develop a virtual printer driver.... The first step is to convert it to EMF (Then finally to JPEG). I...
- Minispy delete file
- Posted on January 27th, 2008 | 1 Comments
If the file is deleted via recycle bin, it actually does not get deleted, it is stored in hidden folder DriveName:\RECYCLER\UserSid, for...
- WinUsb - multi device multi application
- Posted on January 27th, 2008 | 1 Comments
WinUSB grants exclusive access to a particular device. So you can have N instances of your application each talking to a different device. You can have a single application talking to N devices. ...
- WDK
- Posted on January 26th, 2008 | 12 Comments
I hear your point. . I was reporting the historical experience with that specific tool, and, I was listing the dependencies it used to have both on the binaries (link/load-time dependecies) and...
- Windows Vista wireless interface Medai unauthenticated
- Posted on January 26th, 2008 | 0 Comments
Hi, I am currently testing wifi compatibility on Windows Vista. To connect our Wifi adapter to the network we use our own application and supplicant. Our driver blocks windows from changineg the...
- modify packet in IM driver
- Posted on January 26th, 2008 | 4 Comments
I think the answer is 'yes', you still need to follow the general pattern which results in ensuring you do not modify the 'data' in a buffer you did not allocate. Advance/Retreat/Clone are nothing...
- Screen flash on Vista 64 with XPDM video drivers
- Posted on January 26th, 2008 | 5 Comments
It is an issue with several pieces in the Vista OS, and it is not x64 specific. Probably in the machine when you experience the problem you have something different (maybe an XPDM driver is already...
- NDIS Miniport Crash in NDIS!ndisMSendComplete
- Posted on January 25th, 2008 | 5 Comments
Is your miniport a serialized or a deserialized one? The return value of MiniportSend() and the 'Status' of each NDIS_PACKET for MiniportSendPackets() have a different meaning for serialized...
- trouble installing debug bootloader for debugging boot drivers
- Posted on January 25th, 2008 | 3 Comments
David Craig wrote: Thanks, I missed that more-appropriate group. I'll ask there. Regards -- Andy
- Looking for a PCI sample driver for XP
- Posted on January 25th, 2008 | 10 Comments
On Jan 22, 1:02*am, Senthil <eced...@gmail.com> wrote: What makes you think that pcidrv.sys is even loaded? Do an lm command in windbg and see if the driver has been loaded. Do you have the...
- POISONED_TB: nt!MmPoisonedTb is non-zero
- Posted on January 25th, 2008 | 1 Comments
It looks like a driver is reprogramming the memory manager structures, but touching the cr0-cr3 registers and the data pointed by them. Do you have a virus or some other root-kit-like software...
- Boot message device driver mapped memory it does not own
- Posted on January 25th, 2008 | 2 Comments
In the kernel debugger, do `Ctrl-K`, then `.reboot` 0: kd> ^K Will request initial breakpoint at next boot. At the initial breakpoint, `bp nt!MiMapViewOfPhysicalSection;g` and watch who's calling...
- How to use MSVAD wave on terminal server
- Posted on January 25th, 2008 | 1 Comments
hello,saitanu,i am using msvad now to record all sounds from m computer,can you give me some help -- adwar http://www.techtalkz.com - Technology and Computer Troubleshooting Forum
- NDIS driver and interface name
- Posted on January 25th, 2008 | 5 Comments
IIRC, INetCfgComponent::GetInstanceGuid() does the job. See for instance the "...\src\network\config\bindview\" or "...\src \network\ndis\mux\notifyob\" samples in the DDK on how to use the INetCfg...
- How to Call IoRegisterFsRegistrationChangeEx?
- Posted on January 25th, 2008 | 1 Comments
Wrong newsgroup. "yang" <yy_bj@hotmail.com> wrote in message news:1780F784-BA51-4BCC-91B0-1F20B42EDFD2@microsoft.com...
- mode comx fails on UMDF serial driver
- Posted on January 25th, 2008 | 3 Comments
Thanks, after adding that line to the INX/INF file, it now works as expected. Regards, Jan "Peter Wieland " wrote:

