AGPLIB

[This is preliminary documentation and subject to change.]

SUMMARY

This is a library of common support routines used by the AGP driver. 

BUILDING THE SAMPLE

To build the library, type build in the \\Ntddk\Src\Kernel\Agp\Agplib directory. A successful build produces Agplib.lib.

INSTALLATION

This sample does not require an INF file.

CODE TOUR

File Manifest

File		Description

Agplib.h	Private header file for this library.
Config.c	Routines for accessing configuration space in the PCI to PCI bridge.
Dispatch.c	IRP dispatching routines for the common AGPLIB library.
Init.c		Common initialization routine for the AGP filter driver.
Intrface.c	Routines for implementing the AGP_BUS_INTERFACE_STANDARD interface.
Resource.c	Common routines for handling resource requirements.
Utils.c		Assorted utility functions for PCI.SYS.
Makefile	Indirects to the real makefile.
Sources		Dependency information for compiling.
Agplib.htm	The documentation for these samples (this file).
 

Top of page

© 2001 Microsoft Corporation