Platform SDK: DirectX

DirectX7.GetDSCaptureEnum

The DirectX7.GetDSCaptureEnum method creates a DirectSoundEnum object which is used to enumerate the DirectSoundCapture objects installed in the system.

object.GetDSCaptureEnum() 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.GetDSEnum