Tech Support > Microsoft Windows > Drivers
rsm media recognition within a MOD library
Posted on August 3rd, 2003 | 1 Comments

We are currently developing a windows 2003 driver for our SCSI library and now I found a problem with the media recognition. The Microsoft Removable Storage service detects the media in the library...

HELP - Does anyone own a Tiny PC model number TT440BXM
Posted on August 3rd, 2003 | 0 Comments

I need someone who owns a tiny pc with the above model number if someone could please help me I would be grateful

Win SP1 XP DDK error
Posted on August 3rd, 2003 | 3 Comments

Can someone tell me what the following error means: Linking c:\sio0_ezmon directory ******************** 'nmake.exe /c BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1' NMAKE : U1073:...

Re: Heap fragmentation and more
Posted on August 2nd, 2003 | 0 Comments

Exactly. MSCOMM32.OCX hates ERROR_IO_PENDING. Stupid, isn't it? "nospam" <nospam@nospam.nospam> wrote in message news:Xns93CBB8AA8B919nospam@194.90.1.17...

Starting and Stopping a driver
Posted on August 2nd, 2003 | 4 Comments

Hi, NT4 had a panel to start and stop drivers without rebooting. Where can I find this panel in Win2000 ? It seems to no longer exist... so how can I do start and stop a driver now ?

Problem about NT SCSI disk filter driver
Posted on August 2nd, 2003 | 0 Comments

Hello, I have written a scsi virtual disk miniport driver and a filter driver to intercepte all srbs that sent to this virtual disk device by attaching itself to the disk device object, but i find...

Re: Heap fragmentation and more
Posted on August 2nd, 2003 | 0 Comments

With COM port speeds, neither heap fragmentation nor memcpy will have any significant effects. BTW - memcpy is a worse penalty then fragmentation, since the kernel pool allocation algorithms are...

USB Disk Filter driver can't see read/write activity
Posted on August 2nd, 2003 | 0 Comments

Hi, I'm a newbie to Windows driver writing. To start learning I have a filter driver that is to simply put an entry into the Application log whenever an IRP passes through it, then passes the IRP...

surpriseremove test error
Posted on August 2nd, 2003 | 1 Comments

My driver is for usb device. I try to test surpriseremove. HCT simulates unpluging device. My driver steps into PnpSurpriseRemove, PnpRemove and Unload routine. Whwn HCT try to "insert" device, the...

ddk download
Posted on August 2nd, 2003 | 1 Comments

is there such a thing anymore? say 2000+, even the smallest subset will do.

Send new IRP
Posted on August 2nd, 2003 | 0 Comments

Have you set your filter device DO_BUFFERED_IO in AddDevice routine? If not, you cannot access Irp-

Dual DDK?
Posted on August 2nd, 2003 | 9 Comments

Can the XP sp1 DDK reside on the same box as the Win 2000 DDK? I haven't received the XP DDK yet so I wanted to prep my computer prior to installation. Thanks.

IpRenewAddress FAILED!!
Posted on August 2nd, 2003 | 0 Comments

hi Using IP Helper Api to dynamically assign ip to my interface. I am calling GetInterfaceInfo to get IP_ADAPTER_INDEX_MAP (InterfaceInfo->Adapter) which i am passing to IPRenewAddress.

im crash
Posted on August 2nd, 2003 | 4 Comments

I have an NDIS filter that works on "most" machines. However, on a couple machines we get a nasty crash: BugCheck D1, {0, 2, 0, 0} Stack trace: ChildEBP RetAddr Args to Child eb823974 8042c0c3...

Re: How to obtain NetCfgInstanceId in NDIS miniport initialize handler
Posted on August 2nd, 2003 | 1 Comments

To answer the subject which I guess was the original question then the answer is: In MiniportInitialize() call NdisReadConfiguration() with a 'Keyword' of "NetCfgInstanceId". Stephan --- On Thu, 31...

win2k3 SCSI miniport driver "code 37" problem
Posted on August 1st, 2003 | 0 Comments

I have a SCSI miniport driver which installs and works OK under NT, 2000 and XP. I am trying to install this driver under Server 2003 Enterprise Edition. The "Found New Hardware Wizard" reports:...

MPIO DDK
Posted on August 1st, 2003 | 2 Comments

Dear All, We need to develop a failover driver for our storage system. In Microsoft's document, this driver must develop under MPIO DDK, but I can't find it neither in Win Server 2003 DDK or in win...

[Q] Checked build ndis.sys file
Posted on August 1st, 2003 | 1 Comments

Hello, every one. I'm trying to test my driver for WHQL test, but it require Ndis.sys file for HCT 11.2 at WinXP. Where can i get checked build ndis.sys file?

How to distinguish stack frame from dataseg?
Posted on August 1st, 2003 | 1 Comments

Hi, All! Suppose I want to check, for testing purposes, if the object was created statically or allocated on the stack (say in the thread function). How to do this? For example: struct SomeStruct {

PageSize units inconsistancy? UniDrv and .NET
Posted on August 1st, 2003 | 3 Comments

We are developing an application that automatically prints pages based on data retrieved from a database. The data includes the printer name and the desired page size. Our printer doesn't support any...