VB.NET
Dim Ret As Integer
Ret = GpStopAsync( )
C
DWORD Ret;
Ret = GpStopAsync( );
C#
uint Ret;
Ret = gpib.StopAsync( );
Python
Ret = ctypes.c_ulong()
Ret.value = GpibPy.GpStopAsync( )