Searched defs:ctypes (Results 1 - 1 of 1) sorted by relevance

/ec/ECSpooler/lib/util/
H A Duuid.py294 import ctypes namespace
295 buffer = ctypes.create_string_buffer(300)
296 ctypes.windll.kernel32.GetSystemDirectoryA(buffer, 300)
339 # Thanks to Thomas Heller for ctypes and for his help with its use here.
341 # If ctypes is available, use it to find system routines for UUID generation.
344 import ctypes namespace
345 #import ctypes.util
346 _buffer = ctypes.create_string_buffer(16)
352 lib = ctypes.CDLL(ctypes
[all...]

Completed in 10 milliseconds