Stdunk

[This is preliminary documentation and subject to change.]

SUMMARY

Stdunk is the implementation of the CUnknown class and the IUnknown interface. Stdunk is required in order to build the normal WDM audio samples. It is not included as an example to be changed, as the other DDK samples, but simply as required code for building any WDM audio driver.

BUILDING THE SAMPLE

It is recommended that you build the WDM audio drivers together with this library from the \\Ntddk\Src\Wdm\Audio directory. Just type build in this directory and it will compile and link any WDM audio driver with the libraries that are needed.

CODE TOUR

File Manifest

File		Description

Stdunk.cpp	Standard unknown implementation
Sources		Sources for build
Makefile	Makefile for Stdunk

Top of page

© 1999-2000 Microsoft Corporation