mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
[pywin32] Add parameters for incomplete functions (#15512)
This commit is contained in:
@@ -54,13 +54,13 @@ def CoRevokeClassObject(reg: int, /) -> None: ...
|
||||
def CoTreatAsClass(clsidold: _win32typing.PyIID, clsidnew: _win32typing.PyIID, /) -> None: ...
|
||||
def CoWaitForMultipleHandles(Flags, Timeout, Handles: list[int], /): ...
|
||||
def Connect(cls, /) -> _win32typing.PyIDispatch: ...
|
||||
def connect(*args): ... # incomplete
|
||||
def connect(cls, /) -> _win32typing.PyIDispatch: ...
|
||||
def CreateGuid() -> _win32typing.PyIID: ...
|
||||
def CreateBindCtx() -> _win32typing.PyIBindCtx: ...
|
||||
def CreateFileMoniker(filename: str, /) -> _win32typing.PyIMoniker: ...
|
||||
def CreateItemMoniker(delim: str, item: str, /) -> _win32typing.PyIMoniker: ...
|
||||
def CreatePointerMoniker(IUnknown: _win32typing.PyIUnknown, /) -> _win32typing.PyIMoniker: ...
|
||||
def CreateURLMonikerEx(*args): ... # incomplete
|
||||
def CreateURLMonikerEx(Context, URL, Flags: int = ..., /): ...
|
||||
def CreateTypeLib(): ...
|
||||
def CreateTypeLib2(): ...
|
||||
def CreateStreamOnHGlobal(hGlobal: int | None = ..., DeleteOnRelease: bool = ..., /) -> _win32typing.PyIStream: ...
|
||||
|
||||
Reference in New Issue
Block a user