https://docs.python.org/2/library/ctypes.htmlIt requires a few extra lines in Python to handle the parameter and return types.
import ctypes result = ctypes.windll.Hello.hello() -- https://mail.python.org/mailman/listinfo/python-list
https://docs.python.org/2/library/ctypes.htmlIt requires a few extra lines in Python to handle the parameter and return types.
import ctypes result = ctypes.windll.Hello.hello() -- https://mail.python.org/mailman/listinfo/python-list