Share via


IM_VOICE_RECORD

Playback and recording must be stopped before sending this message. It is recommended to first send IM_VOICE_STOP. The IM_VOICE_RECORD message will start recording to an inline embedded object. The recording may be stopped by pressing the appropriate button on the voice bar, or by exiting the ink control, or by sending IM_VOICE_STOP.

IM_VOICE_RECORD
  wParam = 0
  lParam = 0

Parameters

  • wParam
    Reserved; set to 0.
  • lParam
    Reserved; set to 0.

Return Values

Returns TRUE if the recording began successfully. Returns FALSE if there is an error, or the recording has not started.

Remarks

Many of the standard EM_* messages are supported by passing them through to the RichInk control. See the RichInk.h header file for a specific list of messages that are supported.

Requirements

Pocket PC: Windows Mobile 2000 and later
OS Versions: Windows CE 3.0 and later
Header: inkx.h
Library: inkx.lib

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.