home *** CD-ROM | disk | FTP | other *** search
/ Using Visual C++ 4 (Special Edition) / Using_Visual_C_4_Special_Edition_QUE_1996.iso / ch11 / calen.def < prev    next >
Text File  |  1995-10-23  |  218b  |  10 lines

  1. ; Calen.def : Declares the module parameters.
  2.  
  3. LIBRARY      "CALEN.OCX"
  4.  
  5. EXPORTS
  6.     DllCanUnloadNow     @1 PRIVATE
  7.     DllGetClassObject   @2 PRIVATE
  8.     DllRegisterServer   @3 PRIVATE
  9.     DllUnregisterServer @4 PRIVATE
  10.