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