ISpAudio::GetStatus (Windows CE 5.0)
This method gets the status of the audio device. The method determines if the device is running, stopped, closed, or paused. It also determines the size of any buffered data.
HRESULT GetStatus(SPAUDIOSTATUS* pStatus);
Parameters
- pStatus
[out] Pointer to an SPAUDIOSTATUS buffer containing status details.
Return Values
The following table shows the possible return values.
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | pStatus is invalid. |
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
Link Library: Sapilib.lib.
See Also
Send Feedback on this topic to the authors