联想s90 t手机刷机包:MicrophoneSetup和VoiceTraining的调用

来源:百度文库 编辑:中科新闻网 时间:2024/05/14 18:58:41
HRESULT CSpeechRecognition::MicrophoneSetup(HWND hWndParent)

{

return m_cpRecoEngine->DisplayUI(hWndParent, NULL, SPDUI_MicTraining,

NULL, 0);

}
---------------------------------------------------------------
HRESULT CSpeechRecognition::VoiceTraining(HWND hWndParent)

{

return m_cpRecoEngine->DisplayUI(hWndParent, NULL, SPDUI_UserTraining,

NULL, 0);

}
以上是VC的调用,如何用VB调用或将它转换啊