MCPcopy Index your code
hub / github.com/RustPython/RustPython / USEROBJECTFLAGS

Class USEROBJECTFLAGS

Lib/test/support/__init__.py:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 UOI_FLAGS = 1
238 WSF_VISIBLE = 0x0001
239 class USEROBJECTFLAGS(ctypes.Structure):
240 _fields_ = [("fInherit", ctypes.wintypes.BOOL),
241 ("fReserved", ctypes.wintypes.BOOL),
242 ("dwFlags", ctypes.wintypes.DWORD)]
243 dll = ctypes.windll.user32
244 h = dll.GetProcessWindowStation()
245 if not h:

Callers 1

_is_gui_availableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected