Tech Support > Microsoft Windows > Drivers
INF directive for amd64, intel 64bit extension
Posted on February 25th, 2004 | 1 Comments

I could not find the directive for amd64 and intel 64bit extension used in INF Currently, in DDK, following directives are defined ntx86, ntia64 and nt What's for amd64 and intel 64bit...

Display Mirror Driver problems
Posted on February 25th, 2004 | 3 Comments

Hi, I am developing a display mirror drive, following is a description of several issues I have encountered, any help will be appreciated. Issue One: INTRODUCTION: I am tying to map kernel memory...

SetupDiGetDeviceInterfaceDetail fails???
Posted on February 25th, 2004 | 1 Comments

HDEVINFO devInf SP_DEVICE_INTERFACE_DATA spData SP_DEVINFO_DATA devInst SP_DEVICE_INTERFACE_DETAIL_DATA t t.cbSize=NULL DWORD ers=offsetof(SP_DEVICE_INTERFACE_DETAIL_DATA,DevicePath) +...

NDIS IM: needs to re-apply TCP/IP parameters after install?
Posted on February 25th, 2004 | 4 Comments

After installing NDIS IM on WinCE 4.2, the adapter is displayed not as "DC211401", but as "MyNdisIM-DC211401" in the network config UI. More so. It have lost its static IP address and other IP...

Re: AVStream: why do the examples use dispatch function bridging
Posted on February 25th, 2004 | 1 Comments

newsgrouper wrote: Suppose your filter was to be instantiated more than once? -- Walter Oney, Consulting and Training Basic and Advanced Driver Programming Seminars Check out our schedule at...

Process id ...win 98
Posted on February 25th, 2004 | 3 Comments

Hi, How to get the process id under win98 working environment. plz reply. vinay

Problem using KeQuerySystemTime
Posted on February 25th, 2004 | 3 Comments

My goal is to inject a job id into a PS header using WMARKPS compiled in kernel-mode (for NT4.0). My development environment is WinXP Professional, VC++6.0, Windows DDK 2600.1106. 1.. Using the...

genprint print processor and EMF
Posted on February 25th, 2004 | 6 Comments

Hello, I am trying to write a print processor based on genprint DDK sample, but I am facing a problem: My processor only receives RAW print jobs, even when the default data type is any of the EMF...

user mode help needed
Posted on February 25th, 2004 | 1 Comments

hi i am working on a test application for ndisuio for querying various applications. wrote something for querying Hardware status. in this application everything seems to be working fine but i am...

ID of another process at Kernel level.....under win 98 environment
Posted on February 25th, 2004 | 1 Comments

First of all I want to get the ID of another process.I want to do it at kernel level.I am writing a filter driver.PsGetCurrentProcessId() is available but its only for win2k onwards but not for win...

stress my NIC
Posted on February 25th, 2004 | 2 Comments

Hello, What tool or application besides NDIStester could stress my NIC? I would like to measure the Mbs/CPU figure of my NIC in real life protocol case. Thanks, Calvin

Help File Format in Printer Drivers using CPSUI
Posted on February 25th, 2004 | 1 Comments

I am using CPSUI dialogs in a printer driver interface dll, and adding context-sensitive help for new items in the Advanced tree When I specify the help file in WinHelp format (.hlp) everything...

CARDBUS-Card incorrectly enumerated as MTD-0002 Memory card
Posted on February 25th, 2004 | 1 Comments

I tried to install a CARDBUS-Card in my Toshiba Satellite Pro 4320, with Win2K SP4 on it. When I inserted the card, it was recognized as the PCMCIA MTD-0002 memory card. All tries to install the...

DiskPerf Crashes.
Posted on February 25th, 2004 | 1 Comments

Hi Guys I am using Win XP Pro SP1 for developing a simple device driver. As i am a beginner i wanted to test the DIskperf.sys provided in the DDK kit. I have two hard disks connected in my system say...

Coinstaller doesn't allow operations
Posted on February 25th, 2004 | 2 Comments

I am writing a class coinstaller. When I install it, the disable/enable device and uninstall device options do not work, causing MMC to abort. Also, the driver details tab stays grayed when looking...

On Winme, NDIS driver, Interface creation problem.
Posted on February 25th, 2004 | 2 Comments

Hi all, I am writing a USb Network Driver on Windows ME. My driver is getting loaded properly (checked through debugger.exe and RTERM.exe). In the control Panel->Network Window also I could see my...

working with multiple OS versions
Posted on February 25th, 2004 | 3 Comments

Hi All, The question is at the end. I have a PCI device + driver, which has to work on both Win-NT and Win-2K. I have 2 Drivers : A WDM driver for Win2K, and a Non-WDM driver for Win-NT. So, far...

NDIS intermediate driver not binding to new devices?
Posted on February 25th, 2004 | 5 Comments

My PassThru-based NetService is successfully binding to all existing adapters and working as expected. However, I am having issues on our test laptop. Basically, if I insert a (previously...

isr not called
Posted on February 25th, 2004 | 1 Comments

Iam writing a device driver for PCI card Iam using a interrupt. I have initialized the interrupt and connected the InterruptServiceRoutine by the call IoConnectInterrupt.Also the DPC object is...

ID of another process at Kernel level.....under win 98 environment
Posted on February 25th, 2004 | 0 Comments

First of all I want to get the ID of another process.I want to do it at kernel level.I am writing a filter driver.PsGetCurrentProcessId() is available but its only for win2k onwards but not for win...