mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 14:59:48 +08:00
Various pywin32 improvements (#11616)
This commit is contained in:
@@ -18,7 +18,7 @@ def HrQueryAllRows(
|
||||
): ...
|
||||
def RTFSync(message: _win32typing.PyIMessage, flags, /): ...
|
||||
def WrapCompressedRTFStream(stream: _win32typing.PyIStream, flags, /) -> _win32typing.PyIStream: ...
|
||||
def WrapCompressedRTFStreamEx() -> tuple[_win32typing.PyIStream, Incomplete]: ...
|
||||
def WrapCompressedRTFStreamEx(stream: _win32typing.PyIStream, wcsinfo, /) -> tuple[_win32typing.PyIStream, Incomplete]: ...
|
||||
def OpenIMsgSession(): ...
|
||||
def CloseIMsgSession() -> None: ...
|
||||
def OpenIMsgOnIStg(
|
||||
|
||||
@@ -97,7 +97,9 @@ def SHCreateShellItem(
|
||||
pidlParent: _win32typing.PyIDL, sfParent: _win32typing.PyIShellFolder, Child: _win32typing.PyIDL, /
|
||||
) -> _win32typing.PyIShellItem: ...
|
||||
def SHOpenFolderAndSelectItems(Folder: _win32typing.PyIDL, Items: tuple[_win32typing.PyIDL, ...], Flags=...) -> None: ...
|
||||
def SHCreateStreamOnFileEx(File, Mode, Attributes, Create, Template: Incomplete | None = ...) -> _win32typing.PyIStream: ...
|
||||
def SHCreateStreamOnFileEx(
|
||||
File: str, Mode: int, Attributes: int, Create: bool, Template: None = ...
|
||||
) -> _win32typing.PyIStream: ...
|
||||
def SetCurrentProcessExplicitAppUserModelID(AppID: str, /) -> None: ...
|
||||
def GetCurrentProcessExplicitAppUserModelID() -> str: ...
|
||||
def SHParseDisplayName(Name, Attributes, BindCtx: _win32typing.PyIBindCtx | None = ...) -> tuple[list[bytes], int]: ...
|
||||
|
||||
Reference in New Issue
Block a user