Package com.ms.com.directX Previous
Previous
Microsoft Packages
Microsoft Packages
Index
Index
Next
Next

Interface IDSEnumCallback

Methods

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.


Methods


callbackDSEnum

public void callbackDSEnum(GuidData g, String Description, String mod, IUnknown lpContext);

Enumerates DirectSound drivers.

Return Value:

No return value.

ParameterDescription
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.



Top© 1996 Microsoft Corporation. All rights reserved.