Tech Support > Microsoft Windows > Drivers
Replacing Printer Property Sheets
Posted on July 8th, 2008 | 0 Comments

Hello All, When we open the printer panel, select a printer and then right click and select properties, a UI pops-up with a number of (~7) tabs containing Ports, Device Settings etc. Is there any...

Child device Enumeration in UMDF.
Posted on July 8th, 2008 | 0 Comments

Hi, I am involved in porting of WDM driver to UMDF. In this I have a requirement where I have to enumerate child device(IRP_MN_QUERY_DEVICE_RELATIONS handling). Can you please help me in...

How to test DMA above 4GB?
Posted on July 8th, 2008 | 3 Comments

2003 other then Web Edition, Web Edition has the same truncated memory as XP. -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com

KMDF driver not installad in windows XP system
Posted on July 8th, 2008 | 0 Comments

I have built the WDK6000 Kmdf sample driver. it was building properly after that i have copied below mentioned three file in the one folder. 1. Echo.sys. 2. Echo.inf. 3....

XcvData broken on Vista
Posted on July 8th, 2008 | 5 Comments

Well done then :) Presumably not all that much if you've Googled and not found anyone else with the same issue already? Can you add a comment to the online MSDN docs (there should be a community...

KSMETHOD_TYPE_SOURCE: what it actually means
Posted on July 8th, 2008 | 1 Comments

alt_tom <eugine@gmail.com> wrote: What are you going to be transmitting this way? If you have streaming data, you should be sending it through the normal pin interface, not through KS methods. ...

Make BIOS settings from Windows
Posted on July 8th, 2008 | 0 Comments

Hello! I would like to know if it's posible to make a setting in BIOS, from Windows. What I want to do is to set RTC Alarm, without entering in BIOS. I want to make this setting on several...

question on device tree
Posted on July 8th, 2008 | 0 Comments

I have a driver that I install using inf file. when I tried to check whether the driver is installed and loaded perfectly using device Tree,I see that in device Tree there are two views. one is ...

Can more than 3 packets be transfered per microframe in iso?
Posted on July 8th, 2008 | 4 Comments

Hi Tim, Sorry typo it was 8 micro-frame transactions per MS frame. "Tim Roberts" wrote:

Testcap DDK sample and I420 stream data format
Posted on July 8th, 2008 | 0 Comments

hi all, I try to change stream data format in Testcap DDK sample from UYU2 to I420 but it work incorrect when display preview bin in some chat program, i print debug and see stream data format...

test only
Posted on July 8th, 2008 | 0 Comments

test

Testcap DDK sample and I420 stream data format
Posted on July 8th, 2008 | 0 Comments

hi all, I try to change stream data format in Testcap DDK sample from UYU2 to I420 but it work incorrect when display preview bin in some chat program, i print debug and see stream data format...

UpdateDriverForPlugAndPlayDevices( ) question ..
Posted on July 8th, 2008 | 0 Comments

Hi Can we use this function to install (not update) new device, should it cowork with other SetupAPI function ? What's the difference about the use flow of this function between real and virtual...

Ndis 6 MUX IM Sample is not using BackFill for adding VLAN tag in thesent packets
Posted on July 8th, 2008 | 0 Comments

Hi All, Why MUX IM is not using DataBackFillSize and request VLAN tag header size in backfill? Instead it is allocating from look aside list every time there is a send call. This seems to be...

ndis equivalent for InterlockedExchangeAdd
Posted on July 8th, 2008 | 1 Comments

"Arunkumar Sundaram" <arunkumar.sundaram@gmail.com> wrote in message news:8f38c541-b258-492c-9727-bb4eaeaa521d@a1g2000hsb.googlegroups.com... InterlockedExchangeAdd is intrinsic with the modern...

Custom OIDs for WMI in NDIS miniport driver
Posted on July 7th, 2008 | 1 Comments

Have you actually built and installed this driver? --PA <Anvesh1974@gmail.com> wrote in message news:cc33bae3-7737-4689-8fdc-3007cabb3809@8g2000hse.googlegroups.com...

Redefinition of NDIS_STATUS_ * Macros
Posted on July 7th, 2008 | 1 Comments

Shared ndis definitions between kernel and user modes are in ntddndis.h. Ndis.h is a kernel side include. No easy way to bring it to usermode environment. The best you can get is the software...

Ndis Miniport Custom OIDs for WMI
Posted on July 7th, 2008 | 0 Comments

Hi Experts, I am trying to add custom OIDs for WMI testing in my NDIS miniport driver. I have created MOF file describing the classes and defined and handled all of those custom OIDs in my driver. I...

How to assign IP address to NDIS driver?
Posted on July 7th, 2008 | 3 Comments

Then sorry, implementing DHCP server in a driver is the only way. -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com

Does Windows has built-in device driver ?
Posted on July 7th, 2008 | 3 Comments

That said, there are cables out there with USB controllers in them the pretend to be USB devices to both sides of the cable and enable network-like and other functionalities that somewhat mimic what...