Problem with calling function from dll
deepblu at poczta.fm
deepblu at poczta.fm
Thu Dec 13 05:30:58 EST 2012
More information about the Python-list mailing list
Thu Dec 13 05:30:58 EST 2012
- Previous message (by thread): Problem with calling function from dll
- Next message (by thread): Where to contribute Unicode General Category encoding/decoding
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
sb = ctypes.create_string_buffer(20) i = ctypes.byref(ctypes.c_int(20)) w = b.GetComputerNameA(sb,i) w -> 1 sb.value -> nazwa komputera :-)
- Previous message (by thread): Problem with calling function from dll
- Next message (by thread): Where to contribute Unicode General Category encoding/decoding
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list