The GetStatus method retrieves the status of the capture buffer.
HRESULT GetStatus( LPDWORD pdwStatus );
| Value | Description |
| DSCBSTATUS_CAPTURING | The buffer is capturing audio data. |
| DSCBSTATUS_LOOPING | The buffer is looping. |
If the method succeeds, the return value is DS_OK. If the method fails, the return value may be DSERR_INVALIDPARAM.
Header: Declared in Dsound.h.
Import Library: Use Dsound3d.dll.