Leaked source code of windows server 2003
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.

44 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>Redbook</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="REDBOOK">CD ROM</A> </H2>
  10. <H3>Summary</H3></FONT><FONT FACE="Verdana" SIZE=2><P>
  11. 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.
  12. <H3>Building the Sample</H3></FONT><FONT FACE="Verdana" SIZE=2><P>
  13. To build the sample, run the <b>build</B> command. Once built, this sample will create one binary: redbook.sys.
  14. <H3>CODE TOUR</H3>
  15. <H4>File Manifest</H4>
  16. </FONT><U><PRE>File&#9;&#9; Description
  17. </U>
  18. errlog.c&#9; Error logging - includes binary backoff algorithm to reduce count of same error in the event log
  19. errlog.h&#9; Error logging header file
  20. guids.c&#9; All the guids in one file
  21. makefile&#9; Makefile
  22. pnp.c&#9; Handles all the pnp issues
  23. proto.h&#9; Function prototypes
  24. redbook.c&#9; Main code base
  25. redbook.h&#9; Main header file
  26. redbook.mof&#9; WMI required resource source file
  27. redbook.rc&#9; Resource file
  28. sources&#9; Sources
  29. sysaudio.c&#9; Opens sysaudio, creates a mixer pin, many Kernel Streaming features
  30. wmi.c&#9; Wmi Code Base
  31. </FONT><P ALIGN="CENTER"><A HREF="#top"><FONT FACE="Verdana" SIZE=2>Top of page</FONT></A><FONT FACE="Verdana" SIZE=2> </P></FONT>
  32. <TABLE CELLSPACING=0 BORDER=0 WIDTH=624>
  33. <TR><TD VALIGN="MIDDLE" BGCOLOR="#00ffff" HEIGHT=2>
  34. <P></TD>
  35. </TR>
  36. </TABLE>
  37. <FONT FACE="MS Sans Serif" SIZE=1><P>&copy; 1999 Microsoft Corporation</FONT><FONT FACE="Verdana" SIZE=2> </P></FONT></BODY>
  38. </HTML>