@@ -475,33 +475,33 @@ def RegisterHotKey(hWnd: _win32typing.PyHANDLE | int | None, _id: int, Modifiers
475475def UnregisterHotKey (hWnd : _win32typing .PyHANDLE | int | None , _id : int , / ) -> None : ...
476476def GetAncestor (hwnd : int , gaFlags : int , / ) -> int : ...
477477def GetTopWindow (hWnd : int | None , / ) -> int : ...
478- def ChildWindowFromPointEx (* args ): ... # incomplete
479- def CreateDialogIndirectParam (* args ) : ... # incomplete
480- def DestroyAcceleratorTable (* args ): ... # incomplete
481- def Edit_GetLine (* args ): ... # incomplete
478+ def ChildWindowFromPointEx (hwndParent : int , point : tuple [ Incomplete , Incomplete ], flags : int , / ): ...
479+ def CreateDialogIndirectParam (hInstance , controlList , hWndParent , DialogFunc , InitParam : int = 0 , / ) -> int : ...
480+ def DestroyAcceleratorTable (haccel , / ): ...
481+ def Edit_GetLine (hwnd , line , size = ..., / ): ...
482482def GetModuleHandle (lpModuleName : str | None , / ) -> int : ...
483- def GetWindowTextLength (* args ) : ... # incomplete
484- def HIWORD (* args ) : ... # incomplete
485- def ImageList_Add (* args ) : ... # incomplete
486- def ImageList_Create (* args ): ... # incomplete
487- def ImageList_Destroy (* args ): ... # incomplete
488- def ImageList_Draw (* args ): ... # incomplete
489- def ImageList_DrawEx (* args ): ... # incomplete
490- def ImageList_GetIcon (* args ): ... # incomplete
491- def ImageList_GetImageCount (* args ) : ... # incomplete
492- def ImageList_LoadBitmap (* args ): ... # incomplete
493- def ImageList_LoadImage (* args ): ... # incomplete
494- def ImageList_Remove (* args ): ... # incomplete
495- def ImageList_Replace (* args ): ... # incomplete
496- def ImageList_ReplaceIcon (* args ): ... # incomplete
497- def ImageList_SetBkColor (* args ): ... # incomplete
498- def ImageList_SetOverlayImage (* args ): ... # incomplete
499- def LOWORD (* args ) : ... # incomplete
500- def ListView_SortItems (* args ) : ... # incomplete
501- def ListView_SortItemsEx (* args ) : ... # incomplete
502- def ValidateRect (* args ): ... # incomplete
483+ def GetWindowTextLength (hwnd , / ) -> int : ...
484+ def HIWORD (val : int , / ) -> int : ...
485+ def ImageList_Add (hImageList , hbmImage , hbmMask , / ) -> int : ...
486+ def ImageList_Create (cx : int , cy : int , flags : int , cInitial : int , cGrow : int , / ): ...
487+ def ImageList_Destroy (hImageList , / ): ...
488+ def ImageList_Draw (hImageList , i : int , hdcDst , x : int , y : int , fStyle , / ): ...
489+ def ImageList_DrawEx (hImageList , i : int , hdcDst , x : int , y : int , dx : int , dy : int , rgbBk , rgbFg , fStyle , / ): ...
490+ def ImageList_GetIcon (hImageList , i : int , flag : int , / ): ...
491+ def ImageList_GetImageCount (hImageList , / ) -> int : ...
492+ def ImageList_LoadBitmap (hInst , name , cx : int , cGrow : int , crMask , / ): ...
493+ def ImageList_LoadImage (hInst , name , cx : int , cGrow : int , crMask , uType , uFlags , / ): ...
494+ def ImageList_Remove (hImageList , i , / ): ...
495+ def ImageList_Replace (hImageList , i , hicon , / ): ...
496+ def ImageList_ReplaceIcon (hImageList , i , hicon , / ): ...
497+ def ImageList_SetBkColor (hImageList , Color , / ): ...
498+ def ImageList_SetOverlayImage (hImageList , iImage , iOverlay , / ): ...
499+ def LOWORD (val : int , / ) -> int : ...
500+ def ListView_SortItems (hwnd , callback , param = None , / ) -> None : ...
501+ def ListView_SortItemsEx (hwnd , callback , param = None , / ) -> None : ...
502+ def ValidateRect (hWnd , Rect , / ): ...
503503def WNDCLASS () -> _win32typing .PyWNDCLASS : ...
504- def lpstr (* args ) : ... # incomplete
504+ def lpstr (address , / ) -> bytes : ...
505505
506506CLR_NONE : int
507507ILC_COLOR : int
0 commit comments