This function can be used to retrieve the state of the phone microphone.
DWORD GetMuteStatus(
PDWORD pdwStatus
);
Parameters
pdwStatus
[out] The microphone mute status, is returned in pdwStatus, 1 microphone is muted, 0 for microphone not muted.
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.