
66
3.44 SysGetAudioPowerState
This function retrieves the ON/OFF status of the audio.
Calling Sequences
[C++]
DWORD SysGetAudioPowerState( )
[Visual Basic]
Public Shared Function SysGetAudioPowerState () As Int32
[C#]
public static Int32 SysGetAudioPowerState ()
Parameter
None
Return Values
Values indicating the ON/OFF status of the audio
TRUE : Audio is on.
FALSE : Audio is off.
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales