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.

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