ignore failure USER32.DLL:DeleteMenu in function EXE:"ModifySystemMenu" ; Call to DeleteMenu made with System Menu, SC_TASKLIST and MF_BYCOMMAND as parameters.
ignore failure USER32.DLL:SystemParametersInfoA in function EXE:"GetAnimation" ; If SystemParametersInfo returns FALSE then the function GetAnimation returns False.
ignore failure OLE32.DLL:CoCreateInstance in module IDAPI32.DLL ; Class passed to the API was not registered properly.
ignore failure ADVAPI32.DLL:RegCloseKey in module IDAPI32.DLL ; RegCloseKey is called with a NULL handle.
ignore failure KERNEL32.DLL:GetModuleHandleA in module IDAPI32.DLL ; The module IDAPI was not found.
ignore failure KERNEL32.DLL:FreeLibrary in module IDAPI32.DLL ; The handle passed was invalid so the API fails.
ignore failure GDI32.DLL:SetBkMode in function EXE:"TCanvas.CreateBrush" ; Failure code comes from deep within the VCL.
ignore failure GDI32.DLL:PlayEnhMetaFile in function EXE:"TMetafile.Draw" ; API Failure comes from deep within VCL.
ignore failure KERNEL32.DLL:GetLocaleInfoA in module BLW32.DLL ; The LCID of 4 causes GetLocaleInfo to fail. GetLastError returns that this is an invalid parameter even though the IDs are correct.
ignore failure GDI32.DLL:GetCurrentPositionEx in function Ctrlgrid.exe:"TCanvas.GetPenPos" ; The HDC passed to the function was invalid. It had been previously released by the VCL.
ignore param 1 KERNEL32.DLL:GlobalMemoryStatus in module IDAPI32.DLL ; The structure size field was not initialized.
ignore param 2 USER32.DLL:DefFrameProcA in function Richedit.exe:"TForm.DefaultHandler" ; The window had been "destroyed" so BC removed it yet the Default window handler was called.
ignore param 1 KERNEL32.DLL:GlobalUnlock in module IDAPI32.DLL ; Documentation says that you do not need to unlock blocks locked by LockResource.
ignore param 1 KERNEL32.DLL:FreeLibrary in module IDAPI32.DLL ; The DLL was freed prior to this. This is the second call to FreeLibrary with this handle.
ignore param 1 KERNEL32.DLL:GetLocaleInfoA in module BLW32.DLL ; The primary language ID is 1. This is not defined in WINNT.H as a valid value for the primary language ID.
ignore param 1 GDI32.DLL:SelectObject in function EXE:"TCanvas.DeselectHandles" ; Part of the create form method. There is no check on the HDC for validity before passing to API.
ignore param 1 GDI32.DLL:GetCurrentPositionEx in function Ctrlgrid.exe:"TCanvas.GetPenPos" ; The HDC was released prior to this call. A new HDC was never retrieved and the variable that holds the HDC was never zeroed so it still had the old value.
ignore resource_leak(17,0) CreateMenu in function Resxplor.exe:"TMenuItem.GetHandle" ; Menu is created and never destroyed. Rather they rely on Windows to clean up system resources.
ignore resource_leak(17,0) InitializeCriticalSection in module IDAPI32.DLL ; Leak is from IDAPI32.DLL.
ignore resource_leak(17,0) InitializeCriticalSection in module IDR20009.DLL
ignore resource_leak(17,0) InitializeCriticalSection in module BLW32.DLL
ignore resource_leak(17,0) InitializeCriticalSection in module IDPDX32.DLL
ignore resource_leak(17,0) FindFirstFileA in module IDAPI32.DLL ; The file handle was never freed.
ignore resource_leak(17,0) RegOpenKeyA in module IDAPI32.DLL ; The registry key was not closed properly.
ignore overrun(11,2) in function EXE:GetItemHeight
ignore overrun(11,2) in function EXE:TCustomEdit.AdjustHeight
ignore overrun(11,2) in function EXE:TCustomComboBox.AdjustDropDown
ignore overrun(11,2) in function EXE:TCustomMemoryStream.Read