微针去疤痕管用吗:MicrophoneSetup和VoiceTraining的调用

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/11 16:16:20
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调用或将它转换啊