Microsoft SDK for Java

enumSoundDrivers

This method of the DirectSound Class enumerates the DirectSound drivers installed in the system.

Syntax

public void enumSoundDrivers(IEnumSoundDriversCallback callback, IUnknown context);

Parameters

callback The IEnumSoundDriversCallback interface that contains the callback function to be called for each DirectSound object installed in the system.
context User-defined context passed to the enumeration callback function every time that function is called.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.