Platform SDK: DirectX

DirectSoundCaptureBuffer.GetStatus

The DirectSoundCaptureBuffer.GetStatus method retrieves the current status of the capture buffer.

object.GetStatus() As CONST_DSCBSTATUSFLAGS

Parameters

object
Object expression that resolves to a DirectSoundCaptureBuffer object.

Return Values

If the method succeeds, the status of the capture buffer is returned. The status can include one or more of the constants of the CONST_DSCBSTATUSFLAGS enumeration.

Error Codes

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