We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3428acc commit 1cb8ad0Copy full SHA for 1cb8ad0
ctypes_generation/definitions/defines/template.py
@@ -24,3 +24,6 @@ def CTL_CODE(DeviceType, Function, Method, Access):
24
25
def HRESULT_FACILITY(hr):
26
return (((hr) >> 16) & 0x1fff)
27
+
28
29
+BROKEN
0 commit comments