pywin32 annotations improvements (#11177)

This commit is contained in:
Avasam
2023-12-18 07:33:56 -05:00
committed by GitHub
parent d3bf2805b4
commit 96526875f7
6 changed files with 45 additions and 34 deletions

View File

@@ -97,8 +97,8 @@ def SHCreateShellItem(
) -> _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 SetCurrentProcessExplicitAppUserModelID(AppID) -> None: ...
def GetCurrentProcessExplicitAppUserModelID(): ...
def SetCurrentProcessExplicitAppUserModelID(__AppID: str) -> None: ...
def GetCurrentProcessExplicitAppUserModelID() -> str: ...
def SHParseDisplayName(
Name, Attributes, BindCtx: _win32typing.PyIBindCtx | None = ...
) -> tuple[_win32typing.PyIDL, Incomplete]: ...