This method of the IEnumSoundDriversCallback Interface enumerates Microsoft® DirectSound® drivers. This callback function is application-defined.
public void callbackEnumSoundDrivers(_Guid guid, String description, String moduleName, IUnknown context);
guid | The globally unique identifier (GUID) that identifies the DirectSound driver being enumerated. This value can be passed to the DirectSound.initialize function to create a DirectSound object for that driver. |
description | A null-terminated string that provides a textual description of the DirectSound device. |
moduleName | A null-terminated string that specifies the module name of the DirectSound driver corresponding to this device. |
context | Application-defined data that is passed to each callback function. |