[issue12476] ctypes: need example how to pass raw data from Python

anatoly techtonik report at bugs.python.org
Sun Jul 3 10:02:37 CEST 2011


New submission from anatoly techtonik <techtonik at gmail.com>:

ctypes documentation lacks an example, how to pass a raw data block from Python to a C function. For example, how to pass this chunk:

data = open('somefile', 'rb').read()

to this function:

int checkBuffer(LPSTR lpData, DWORD dwBufferLength);

?

----------
assignee: docs at python
components: Documentation, ctypes
messages: 139675
nosy: docs at python, techtonik
priority: normal
severity: normal
status: open
title: ctypes: need example how to pass raw data from Python
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12476>
_______________________________________


More information about the Python-bugs-list mailing list