45 lines
1.8 KiB
HTML
45 lines
1.8 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
|
|
<META NAME="Generator" CONTENT="Microsoft Word 97">
|
|
<TITLE>Redbook</TITLE>
|
|
<META NAME="Template" CONTENT="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
|
|
</HEAD>
|
|
<BODY TEXT="#000000" LINK="#0000ff" VLINK="#800080" BGCOLOR="#ffffff" leftmargin="8">
|
|
<FONT FACE="Verdana"><H2><A NAME="REDBOOK">CD ROM</A> </H2>
|
|
|
|
<H3>Summary</H3></FONT><FONT FACE="Verdana" SIZE=2><P>
|
|
The Redbook driver is used to provide digital audio playback for CD and DVD drives. It supports Plug and Play, Power Management, WMI, and some kernel streaming technologies. It is 64-bit compliant.
|
|
|
|
<H3>Building the Sample</H3></FONT><FONT FACE="Verdana" SIZE=2><P>
|
|
To build the sample, run the <b>build</B> command. Once built, this sample will create one binary: redbook.sys.
|
|
|
|
<H3>CODE TOUR</H3>
|
|
<H4>File Manifest</H4>
|
|
</FONT><U><PRE>File		 Description
|
|
</U>
|
|
|
|
errlog.c	 Error logging - includes binary backoff algorithm to reduce count of same error in the event log
|
|
errlog.h	 Error logging header file
|
|
guids.c	 All the guids in one file
|
|
makefile	 Makefile
|
|
pnp.c	 Handles all the pnp issues
|
|
proto.h	 Function prototypes
|
|
redbook.c	 Main code base
|
|
redbook.h	 Main header file
|
|
redbook.mof	 WMI required resource source file
|
|
redbook.rc	 Resource file
|
|
sources	 Sources
|
|
sysaudio.c	 Opens sysaudio, creates a mixer pin, many Kernel Streaming features
|
|
wmi.c	 Wmi Code Base
|
|
|
|
</FONT><P ALIGN="CENTER"><A HREF="#top"><FONT FACE="Verdana" SIZE=2>Top of page</FONT></A><FONT FACE="Verdana" SIZE=2> </P></FONT>
|
|
<TABLE CELLSPACING=0 BORDER=0 WIDTH=624>
|
|
<TR><TD VALIGN="MIDDLE" BGCOLOR="#00ffff" HEIGHT=2>
|
|
<P></TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<FONT FACE="MS Sans Serif" SIZE=1><P>© 1999 Microsoft Corporation</FONT><FONT FACE="Verdana" SIZE=2> </P></FONT></BODY>
|
|
</HTML>
|