Hi all, I am passing a ctypes struct byref to a dll. When I get the struct back, it looks like the char array in the struct was truncated at the first null char. It should be 192 bytes long, but I know the 3rd through 6th byte are null chars and the array was truncated right before byte 3.
Is there any way to get the full array back including null chars? Thanks -- http://mail.python.org/mailman/listinfo/python-list