IltmmPlay::get_SourceAudioType Example for C++

      BSTR     bstrSourceAudioType; 
      CString  strSourceAudioType; 
      m_player->get_SourceAudioType (&bstrSourceAudioType); 
      strSourceAudioType = "Source Audio Type GUID is ";
      strSourceAudioType += bstrSourceAudioType; 
      MessageBox(strSourceAudioType); 
      SysFreeString(bstrSourceAudioType);