MCPcopy Index your code
hub / github.com/python/cpython / USEROBJECTFLAGS

Class USEROBJECTFLAGS

Lib/test/support/__init__.py:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

_is_gui_availableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…