This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author leppton
Recipients
Date 2006-09-15.11:01:43
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Ctypes module documentation can be little hard to
grasp, so I wrote a practical example that reads all
function names from dll export directory.

It has structures, pointer arithmetic, and function
prototype with default parameters.

Maybe it fits somewhere in documentation...
History
Date User Action Args
2007-08-23 15:54:39adminlinkissue1559219 messages
2007-08-23 15:54:39admincreate