This method of the DirectSound Class enumerates the DirectSound drivers installed in the system.
public void enumSoundDrivers(IEnumSoundDriversCallback callback, IUnknown context);
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. |