home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / LordLucifer / win32asm / files / win32asm.exe / Win32ASM / Procs / Debug.inc < prev   
Encoding:
Text File  |  1997-11-11  |  730 b   |  25 lines

  1. ; Include for Debug.
  2.  
  3. ; FatalError & FatalErrorGLE are mentionned here for documentation.
  4. ; Both should not be prototypes as they are defined in the MUSTBE set
  5. ; of macros.
  6.  
  7. ;FatalError      PROTO C \
  8. ;                  lpAbendMessage:DWORD,
  9. ;                  Formatparms:VARARG
  10. ;FatalErrorGLE   PROTO C \
  11. ;                  lpAbendMessage:DWORD,
  12. ;                  Formatparms:VARARG
  13.  
  14. FatalErrorInit  PROTO \
  15.                   lpTitleName:DWORD
  16.  
  17.  
  18. GetSectionData  PROTO Address:DWORD,
  19.                       lpszModuleName:DWORD,
  20.                       lpszSectionBuffer:DWORD
  21.  
  22. GetCodeBase     PROTO lpszModuleName:DWORD
  23. GetDataBase     PROTO lpszModuleName:DWORD
  24. GetPEHeader     PROTO lpszModuleName:DWORD
  25.