home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / numega / sc501.exe / data1.cab / Data_Files / DELPHI.SUP < prev    next >
Encoding:
Text File  |  1997-11-25  |  3.6 KB  |  44 lines

  1. //SUPPRESSIONLIB:Delphi
  2. //SYMBOL:"SysUtils"
  3. //VERSION:5.00
  4. ignore failure USER32.DLL:DeleteMenu in function EXE:"ModifySystemMenu"    ; Call to DeleteMenu made with System Menu, SC_TASKLIST and MF_BYCOMMAND as parameters.  
  5. ignore failure USER32.DLL:SystemParametersInfoA in function EXE:"GetAnimation"    ; If SystemParametersInfo returns FALSE then the function GetAnimation returns False.
  6. ignore failure OLE32.DLL:CoCreateInstance in module IDAPI32.DLL    ; Class passed to the API was not registered properly.
  7. ignore failure ADVAPI32.DLL:RegCloseKey in module IDAPI32.DLL    ; RegCloseKey is called with a NULL handle.
  8. ignore failure KERNEL32.DLL:GetModuleHandleA in module IDAPI32.DLL ; The module IDAPI was not found. 
  9. ignore failure KERNEL32.DLL:FreeLibrary in module IDAPI32.DLL ; The handle passed was invalid so the API fails.
  10. ignore failure GDI32.DLL:SetBkMode in function EXE:"TCanvas.CreateBrush" ; Failure code comes from deep within the VCL.
  11. ignore failure GDI32.DLL:PlayEnhMetaFile in function EXE:"TMetafile.Draw" ; API Failure comes from deep within VCL.
  12. 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.
  13. 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.
  14.  
  15. ignore param 1 KERNEL32.DLL:GlobalMemoryStatus in module IDAPI32.DLL    ; The structure size field was not initialized.
  16. 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.
  17. ignore param 1 KERNEL32.DLL:GlobalUnlock in module IDAPI32.DLL    ; Documentation says that you do not need to unlock blocks locked by LockResource.
  18. 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.
  19. 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.
  20. 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.
  21. 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.
  22.  
  23. 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.
  24. ignore resource_leak(17,0) InitializeCriticalSection in module IDAPI32.DLL    ; Leak is from IDAPI32.DLL.
  25. ignore resource_leak(17,0) InitializeCriticalSection in module IDR20009.DLL
  26. ignore resource_leak(17,0) InitializeCriticalSection in module BLW32.DLL
  27. ignore resource_leak(17,0) InitializeCriticalSection in module IDPDX32.DLL
  28. ignore resource_leak(17,0) FindFirstFileA in module IDAPI32.DLL ; The file handle was never freed.
  29. ignore resource_leak(17,0) RegOpenKeyA in module IDAPI32.DLL ; The registry key was not closed properly.
  30.  
  31. ignore overrun(11,2) in function EXE:GetItemHeight
  32. ignore overrun(11,2) in function EXE:TCustomEdit.AdjustHeight
  33. ignore overrun(11,2) in function EXE:TCustomComboBox.AdjustDropDown
  34. ignore overrun(11,2) in function EXE:TCustomMemoryStream.Read
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.