home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win3x / pgpjn.exe / JNSOURCE.ZIP / PGPJN.DEF < prev    next >
Text File  |  1995-11-21  |  929b  |  39 lines

  1. LIBRARY   PGPJN
  2. DESCRIPTION  'Pegasus Mail PGP Interface by John Navas'
  3. EXETYPE   WINDOWS
  4. CODE      PRELOAD MOVEABLE DISCARDABLE
  5. DATA      PRELOAD MOVEABLE SINGLE
  6. HEAPSIZE  1024
  7. EXPORTS
  8.           WEP PRIVATE
  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. ;
  18. ; USED FOR STATIC CTL3D:
  19.         Ctl3dGetVer
  20.         Ctl3dSubclassDlg
  21.         Ctl3dSubclassCtl
  22.         Ctl3dCtlColor
  23.         Ctl3dEnabled
  24.         Ctl3dColorChange
  25.         BtnWndProc3d
  26.         EditWndProc3d
  27.         ListWndProc3d
  28.         ComboWndProc3d
  29.         StaticWndProc3d
  30.         Ctl3dRegister
  31.         Ctl3dUnregister
  32.         Ctl3dAutoSubclass
  33.         Ctl3dDlgProc
  34.         Ctl3dCtlColorEx
  35.         Ctl3dSetStyle
  36.         Ctl3dDlgFramePaint
  37.         Ctl3dSubclassDlgEx
  38.         Ctl3dWinIniChange
  39.