MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / ObjFlags

Class ObjFlags

Python-Bridge/Python-Bridge.py:37–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 view_unmap = 2
36
37 class ObjFlags(enum.Enum):
38 obj_inherit = 0x00000002
39 obj_permanent = 0x00000010
40 obj_exclusive = 0x00000020
41 obj_case_insensitive = 0x00000040
42 obj_openif = 0x00000080
43 obj_openlink = 0x00000100
44 obj_kernel_handle = 0x00000200
45 obj_force_access_check = 0x00000400
46 obj_ignore_impersonated_devicemap = 0x00000800
47 obj_dont_reparse = 0x00001000
48 obj_valid_attributes = 0x00001FF2
49
50 class ClientId(Structure):
51 _fields_ = [("ProcessId", c_uint64),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected