Packages
 In this topic

*Methods

 

Packages   PreviousThis PackageNext
Package com.ms.directX   Previous This
Package
Next

 


Interface IEnumSoundDriversCallback

public interface IEnumSoundDriversCallback extends IUnknown
{
  // Methods
  public void callbackEnumSoundDrivers(_Guid guid,
        String description, String moduleName, IUnknown context);
}

IUnknown
  |
  +--IEnumSoundDriversCallback

Methods

callbackEnumSoundDrivers

public void callbackEnumSoundDrivers(_Guid guid, String description, String
        moduleName, IUnknown context);

Enumerates Microsoft® DirectSound® drivers. This callback function is application-defined.

Return Value:

No return value.

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

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.