You are reading help file online using chmlib.com
|
ISpAudio::GetStatus passes back the status of the audio device.
This method determines whether the device is running, stopped, closed, or paused. It also determines the size of any buffered data.
HRESULT GetStatus(
SPAUDIOSTATUS *pStatus
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | pStatus is invalid. |
You are reading help file online using chmlib.com
|