Platform SDK: DirectX

DirectX7.GetDSEnum

The DirectX7.GetDSEnum method creates a DirectSoundEnum object which is used to enumerate the DirectSound drivers installed in the system.

object.GetDSEnum() As DirectSoundEnum

Parameters

object
Object expression that resolves to a DirectX7 object.

Return Values

If the method succeeds, a DirectSoundEnum object is returned.

Error Codes

If the method fails, an error is raised and Err.Number may be set to DSERR_OUTOFMEMORY.

See Also

DirectX7.GetDSCaptureEnum