Microsoft SDK for Java

IEnumSoundDriversCallback Interface

This is an interface of the com.ms.directX package.

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

Hierarchy

IUnknown 
  |
  +--IEnumSoundDriversCallback

© 1999 Microsoft Corporation. All rights reserved. Terms of use.