How to pass NULL to a DLL using DynWin

Jimmy Retzlaff jimmy at retzlaff.com
Mon Aug 19 08:45:44 EDT 2002


Passing the number 0 should work.

Jimmy

-----Original Message-----
From: Wolfhart Bauer [mailto:nospam at wolfhart-bauer.de] 
Posted At: Monday, August 19, 2002 5:05 AM
Posted To: comp.lang.python
Conversation: How to pass NULL to a DLL using DynWin
Subject: How to pass NULL to a DLL using DynWin

Hi,

I am using the DynWin package to access DLL methods from Python. The 
problem is, I have to call a method with NULL as argument. The keyword 
None does not work. Neither does cstring(None). What is the correct way 
to pass NULL as parameter?

Thanks for any help
Wolfhart

-- 
http://mail.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list