Microsoft DirectX 8.1 (Visual Basic) |
The GetStatus method retrieves the status of the capture buffer.
Syntax
object.GetStatus() As CONST_DSCBSTATUSFLAGS
Parts
object
Resolves to a DirectSoundCaptureBuffer8 object.
Return Values
Returns a Long value containing 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.