Module FuncionesAudioPC Declare Function AbrirFoniaPC Lib "DLL_Voip.dll" (ByVal PuertoLocal As Integer, ByVal IpDestino As Integer, ByVal PuertoDestino As Integer) As Integer Declare Function CerrarFoniaPC Lib "DLL_Voip.dll" () As Integer End Module