ctypes文档中有一节关于访问dll中导出的值:
http://docs.python.org/library/ctypes.html#accessing-values-exported-from-dlls
例如
def pbs_errno(): return c_int.in_dll(libtorque, "pbs_errno")