Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 3883)

Ticket Resolution Summary Owner Reporter
#1026 Fixed _Gdiplus_BitmapCreate* functions document wrong resource disposal function Valik wraithdu
Description

With the exception of _GDIPlus_BitmapCreateHBITMAPFromBitmap(), all the _Gdiplus_BitmapCreate* functions document that _WinAPI_DeleteObject() should be used to free the resource. Judging from the help examples and testing, the correct function would either be _Gdiplus_BitmapDispose() or _Gdiplus_ImageDispose(). _WinAPI_DeleteObject returns failure (false) in testing.

#1027 Fixed SS_BITMAP Constant Value is Wrong Valik wraithdu
Description

The value of $SS_BITMAP in StaticConstants.au3 is wrong. Currently it is 15, and it should be 14 (0xE).

#1124 Fixed _Date_Time_SystemTimeTo*Str() Errors with bFmt = 1 Jpm wraithdu
Description

Both the _Date_Time_SystemTimeToDateTimeStr() and _Date_Time_SystemTimeToDateStr() functions return the wrong date format when bFmt = 1. They return the date in yyyy/dd/mm instead of the documented yyyy/mm/dd. bFmt = 0 correctly returns mm/dd/yyyy though.

Note: See TracQuery for help on using queries.