| 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 Microsoft® DirectSound® device.
public void callbackDSEnum(GuidData g, String Description, String mod, IUnknown lpContext);Enumerates DirectSound drivers.
Return Value:
No return value.
Parameter Description 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.
| © 1997 Microsoft Corporation. All rights reserved. Terms of Use. |