This function can be used to set the state of the phone microphone.
DWORD SetMuteStatus(
DWORD dwStatus
);
Parameters
pdwStatus
[in] The microphone mute status, is configured by dwStatus, 1 to mute the microphone, 0 to unmute the microphone.
Return values
Zero indicates success. A non zero number indicates that an error occurred. For additional error information, enable the library debug mode.
Remarks
none.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: dynril.h.
Dll Library: dynrildll.dll.