//-----------------------------------------------------------------------------
//
// Sample Name: EnumDevices Sample
//
// Copyright (c) 1999-2001 Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
Description
===========
The EnumDevices sample shows how to enumerate and create playback
and capture devices.
Path
====
Source: DXSDK\Samples\Multimedia\DSound\EnumDevices
Executable: DXSDK\Samples\Multimedia\DSound\Bin
User's Guide
============
Select a playback and capture device from the dropdown lists. Click Create.
Programming Notes
=================
This sample was intended to be very simple, showing the basics how to
enumerate the DirectSound and DirectSoundCapture devices.
To enumerate DirectSound devices call DirectSoundEnumerate.
To enumerate DirectSoundCapture devices call DirectSoundCaptureEnumerate.