mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-22 02:52:07 +08:00
Add win32-specific constants to _ctypes (#8614)
This commit is contained in:
@@ -17,3 +17,6 @@ if sys.platform == "win32":
|
||||
def __init__(self, hresult: int, text: str | None, details: _COMError_Details) -> None: ...
|
||||
|
||||
def CopyComPointer(src: _PointerLike, dst: _PointerLike | _CArgObject) -> int: ...
|
||||
|
||||
FUNCFLAG_HRESULT: int
|
||||
FUNCFLAG_STDCALL: int
|
||||
|
||||
@@ -26,8 +26,6 @@ ssl.SSLSocket.recvmsg
|
||||
ssl.SSLSocket.recvmsg_into
|
||||
ssl.SSLSocket.sendmsg
|
||||
winreg.HKEYType.handle
|
||||
_ctypes.FUNCFLAG_HRESULT
|
||||
_ctypes.FUNCFLAG_STDCALL
|
||||
_ctypes.FormatError
|
||||
_ctypes.FreeLibrary
|
||||
_ctypes.LoadLibrary
|
||||
|
||||
Reference in New Issue
Block a user