Custom Query (3933 matches)
Results (22 - 24 of 3933)
| Ticket | Resolution | Summary | Owner | Reporter | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| #4079 | Fixed | Remove usage of _WinAPI_IsBad*Ptr functions from all standard libraries | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description |
_WinAPI_IsBadCodePtr _WinAPI_IsBadReadPtr _WinAPI_IsBadStringPtr _WinAPI_IsBadWritePtr The MSDN pages for these functions say "This function is obsolete and should not be used. Despite its name, it does not guarantee that the pointer is valid or that the memory pointed to is safe to use." Calls to these functions can be found in these libraries. Include\WinAPIDiag.au3 Include\WinAPIMem.au3 Include\WinAPISys.au3 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #4078 | Fixed | Upgrading _WinAPI_DwmGetWindowAttribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Description |
I recently needed to retrieve window border and color but values are not admitted in _WinAPI_DwmGetWindowAttribute, even if msdn say "Use with DwmSetWindowAttribute" for DWMWA_WINDOW_CORNER_PREFERENCE, it also can be readed with get so i added it. (i tried with DWMWA_BORDER_COLOR without success) I saw _WinAPI_DwmSetWindowAttribute was updated in 3.3.18.0, so i put this feature request There is the new function :
I attached an exemple |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #4077 | Rejected | test | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
