■VB.NET用
Dim Ret As Integer
Ret = GpExit()
■C言語用
DWORD Ret;
Ret = GpExit();
■C#用
uint Ret;
Ret = gpib.Exit();
■Python用
Ret = ctypes.c_ulong()
Ret.value = GpibPy.GpExit()