You are reading help file online using chmlib.com
|
ISpVoice::GetVolume retrieves the current output volume level (either the default volume level or the last level set by ISpVoice::SetVolume).
HRESULT GetVolume(
USHORT *pusVolume
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | pusVolume is invalid. |
You are reading help file online using chmlib.com
|