Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.9 KiB

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
  4. <META NAME="Generator" CONTENT="Microsoft Word 97">
  5. <TITLE>CD Audio</TITLE>
  6. <META NAME="Template" CONTENT="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
  7. </HEAD>
  8. <BODY TEXT="#000000" LINK="#0000ff" VLINK="#800080" BGCOLOR="#ffffff" leftmargin="8">
  9. <FONT FACE="Verdana"><H2><A NAME="cdaudio">CDAudio</A> </H2>
  10. <H3>Summary</H3></FONT><FONT FACE="Verdana" SIZE=2><P>
  11. The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations
  12. by intercepting the relevant audio ioctls and translating them into the command
  13. block(s) expected by the non-compliant cdroms. It supports Plug and Play and
  14. Power Management, and is 64-bit compliant.<P>
  15. No INF file is needed to install this driver.<P>
  16. <H3>Building the Sample</H3></FONT><FONT FACE="Verdana" SIZE=2><P>
  17. To build the sample, run the <b>build</B> command. Once built, this sample
  18. will create one binary: cdaudio.sys.
  19. <H3>Running the Sample</H3></FONT><FONT FACE="Verdana" SIZE=2><P>
  20. The CD Audio driver should only be installed as an upper filter driver for a
  21. cdrom device. To install this driver see the
  22. <A HREF="..\addfilter\addfiltr.htm">addfilter</A> installer sample.
  23. This program installs a specific filter driver and must be modified to
  24. install cdaudio.sys.
  25. <H3>CODE TOUR</H3>
  26. <H4>File Manifest</H4>
  27. </FONT><U><PRE>File&#9;&#9; Description
  28. </U>
  29. Cdaudio.c&#9; Main code base
  30. Cdaudio.h&#9; Header file
  31. Cdaudio.rc&#9; Resource file
  32. Makefile&#9; Makefile
  33. Sources&#9; Sources
  34. </FONT><P ALIGN="CENTER"><A HREF="#top"><FONT FACE="Verdana" SIZE=2>Top of page</FONT></A><FONT FACE="Verdana" SIZE=2> </P></FONT>
  35. <TABLE CELLSPACING=0 BORDER=0 WIDTH=624>
  36. <TR><TD VALIGN="MIDDLE" BGCOLOR="#00ffff" HEIGHT=2>
  37. <P></TD>
  38. </TR>
  39. </TABLE>
  40. <FONT FACE="MS Sans Serif" SIZE=1><P>&copy; 1999 Microsoft Corporation</FONT><FONT FACE="Verdana" SIZE=2> </P></FONT></BODY>
  41. </HTML>