¡@

Home 

python Programming Glossary: smb_max_data_size

Python & Ctypes: Passing a struct to a function as a pointer to get back data

http://stackoverflow.com/questions/4351721/python-ctypes-passing-a-struct-to-a-function-as-a-pointer-to-get-back-data

char Command unsigned char BlockLength unsigned char Data SMB_MAX_DATA_SIZE SMB_REQUEST I think I have to set values for the Address Command.. c_char BlockLength c_char Data type create_string_buffer SMB_MAX_DATA_SIZE Note I've also tried ctypes.c_char SMB_MAX_DATA_SIZE for the.. SMB_MAX_DATA_SIZE Note I've also tried ctypes.c_char SMB_MAX_DATA_SIZE for the data type To pass a pointer to a struct of this type..