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 Microsoft® 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 GuidData object that specifies the globally unique identifier (GUID) of the driver.
Description String that describes the driver.
mod String that identifies the model name and number.
lpContext Address of user-defined context data.



Top© 1997 Microsoft Corporation. All rights reserved. Terms of Use.