No tiene parámetros de entrada.
Fuerza la parada de TPVPC Latente. No devuelve errores.
int fnDllParaTpvpcLatente();
Ejemplo de llamada en C# .NET:
[DllImport("dllTpvpcLatente.dll")] public static extern int fnDllParaTpvpcLatente();
Ejemplo de llamada en Visual Basic .NET
Public Declare Function fnDllParaTpvpcLatente Lib "dllTpvpcLatente.dll" () As Integer