home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 5 Developer's Kit / vb5 dev kit.iso / dev / call32 / source / call32.def < prev    next >
Encoding:
Text File  |  1996-09-10  |  560 b   |  17 lines

  1. LIBRARY   CALL32 
  2. DESCRIPTION "CALL32 - calls 32-bit DLLs on WinNT and Win95 from Visual Basic"
  3. EXETYPE   WINDOWS
  4. CODE      PRELOAD MOVEABLE DISCARDABLE
  5. DATA      PRELOAD MOVEABLE SINGLE
  6. HEAPSIZE  0
  7. EXPORTS
  8.           WEP @1 RESIDENTNAME
  9. ; To implement your own Windows Exit Procedure add the following
  10. ; function to your application (referring to it in the .def file is
  11. ; not required.)  The extern "C" is only required if module is C++.
  12. ; extern "C" int FAR PASCAL _WEP(int)
  13. ; {
  14. ;       /* Your WEP functionality goes here */
  15. ;  return 1;
  16. ; }
  17.