女儿为什么恨焦恩俊:MicrophoneSetup和VoiceTraining的调用

来源:百度文库 编辑:高校问答 时间:2024/05/08 22:43:21
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调用或将它转换啊