window.mvderwin(y, x) Move the window inside its parent window. The screen-relative parameters of the window are not changed
ctypes.FormatError([code]) Windows only: Returns a textual description of the error code code. If no error code is
class ctypes.c_uint Represents the C unsigned int datatype. The constructor accepts an optional integer initializer;
os.environb Bytes version of environ: a mapping object representing the
ctypes.DllCanUnloadNow() Windows only: This function is a hook which allows implementing in-process COM servers with ctypes
os.rmdir(path, *, dir_fd=None) Remove (delete) the directory path. Only works when the directory is empty, otherwise
os.getcwdb() Return a bytestring representing the current working directory.
window.syncok(flag) If called with flag set to True, then syncup() is called automatically
class ctypes.LittleEndianStructure(*args, **kw) Abstract base class for structures in little endian byte order.
os.killpg(pgid, sig) Send the signal sig to the process group pgid. Availability:
Page 16 of 67