Package com.ms.com.directX |
![]() Previous |
![]() Microsoft Packages |
![]() Index |
![]() Next |
public interface IDSEnumCallback extends IUnknown { public void callbackDSEnum(GuidData g, String Description, String mod, IUnknown lpContext); }
Use with DSEnumCallback method to set the callback function to be called for each DirectSound device.
public void callbackDSEnum(GuidData g, String Description, String mod, IUnknown lpContext);Enumerates DirectSound drivers.
Return Value:
No return value.
Parameter Description g A GuidData object that specifies the globally-unique identifier of the driver. Description String that describes the driver. mod string that identifies the model name and number. lpContext User-defined context data.