mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
pywin32 annotations improvements (#11177)
This commit is contained in:
@@ -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]: ...
|
||||
|
||||
Reference in New Issue
Block a user