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.

30 lines
1.7 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML><HEAD><TITLE>Stdunk</TITLE>
  3. <META content="text/html; charset=windows-1252" http-equiv=Content-Type>
  4. <META content="MSHTML 5.00.2516.1900" name=GENERATOR></HEAD>
  5. <BODY link=#0000ff><FONT face=Verdana size=5>
  6. <H2>Stdunk</H2></FONT><FONT face=Verdana size=2>
  7. <P><SPAN style="COLOR: #ff0000; FONT-FAMILY: Arial; FONT-SIZE: 10pt">[This is
  8. preliminary documentation and subject to change.]</SPAN></P>
  9. <H3>SUMMARY</H3></FONT><FONT face=Verdana size=2>
  10. <P>Stdunk is the implementation of the CUnknown class and the IUnknown
  11. interface. Stdunk is required in order to build the normal WDM audio samples. It
  12. is not included as an example to be changed, as the other DDK samples, but
  13. simply as required code for building any WDM audio driver.
  14. <H3>BUILDING THE SAMPLE</H3></FONT><FONT face=Verdana size=2>
  15. <P>It is recommended that you build the WDM audio drivers together with this
  16. library from the \\Ntddk\Src\Wdm\Audio directory. Just type <B>build</B> in this
  17. directory and it will compile and link any WDM audio driver with the libraries
  18. that are needed.
  19. <H3>CODE TOUR</H3>
  20. <H4>File Manifest</H4></FONT><U><PRE>File Description
  21. </U>
  22. Stdunk.cpp Standard unknown implementation
  23. Sources Sources for build
  24. Makefile Makefile for Stdunk
  25. </FONT><P align=center><A href="file:///D:/Documents%20and%20Settings/fberreth/Local%20Settings/Temp/stdunk1.htm#top"><FONT face=Verdana size=2>Top of page</FONT></A><FONT face=Verdana size=2> </P></FONT>
  26. <TABLE border=0 cellSpacing=0 width=624><TBODY><TR><TD bgColor=#00ffff height=2 vAlign=center><P></P></TD></TR></TBODY></TABLE>
  27. <FONT face="MS Sans Serif" size=1><P>� 1999-2000 Microsoft Corporation</FONT><FONT face=Verdana size=2> </P></FONT>
  28. </PRE></BODY></HTML>