This message is sent by a parent window to a Voice Recorder control to stop recording or playback, delete any recorded files that have not been saved, and close the Voice Recorder control.
Header file: | VoiceCtl.h |
Windows CE versions: | 2.01 and later |
VRM_CANCEL
wParam = 0;
lParam = 0;
This message returns a zero.
The Voice Recorder control is loaded and initialized using the VoiceRecorder_Create function.
If the Voice Recorder control successfully cancels activity as a result of this message, the control sends a VRN_CANCEL message to the control's parent window using the NM_VOICE_RECORDER structure in a WM_NOFITY message.
NM_VOICE_RECORDER, VoiceRecorder_Create, VRM_OK, VRM_PLAY, VRM_RECORD, VRM_STOP, WM_NOTIFY