hi,
while trying to get details about drivers .in the microsoft site,it is
given in the following way.....
[ Parallel and Serial Devices
Documentation
Windows DDK: "Serial Ports and Devices"
"Parallel Ports and Devices"
Driver Sample Code
Installed with the DDK:
Ports Class Installer
%winddk%\src\setup\pnpports
Demonstrates a class installer and property page provider for the ports
class of devices. The ports class is divided into two types: COM and LPT or
ECP (printer) ports. A separate property page is provided for each type of
device. The class installer distinguishes both types of devices and installs
each type of device differently.
Parallel-connected devices
%winddk%\src\kernel\parport\
Sample to aid in debugging client drivers and device firmware for parallel
port connected devices.
Serenum samples
%winddk%\src\kernel\serial
%winddk%\src\kernel\serenum
Plus data definitions in the include file %winddk%\inc\ntddser.h
...] We are using registered version of platform builder 4.2
but i can't see the folder %winddk%\src..
only inc (folder) is there inside DDk,what happened ,is it any problem
with installation....