ISpNotifyTranslator::InitWindowMessage (SAPI 5.4)

Microsoft Speech API 5.4

ISpNotifyTranslator::InitWindowMessage

ISpNotifyTranslator::InitWindowMessage sets up the instance to send window messages to a specified window.

  
    HRESULT InitWindowMessage(
   HWND      hWnd,
   UINT      Msg,
   WPARAM    wParam,
   LPARAM    lParam
);

Parameters

  • hWnd
    [in] Handle to the window whose message handler function will receive SAPI notifications.
  • Msg
    [in] Message number which will be passed into the message handler function of the window hWnd.
  • wParam
    [in] wParam that will be passed into the message handler function of the window hWnd.
  • lParam
    [in] lParam that will be passed into the message handler function of the window hWnd

Return values

Value
S_OK
SPERR_ALREADY_INITIALIZED
E_INVALIDARG
FAILED(hr)