home *** CD-ROM | disk | FTP | other *** search
/ Netscape Plug-Ins Developer's Kit / Netscape_Plug-Ins_Developers_Kit.iso / source / Chap05 / zero / NPZERO.DEF < prev    next >
Encoding:
Text File  |  1996-07-20  |  212 b   |  10 lines

  1. ; npZero.def : Declares the module parameters for the DLL.
  2.  
  3. LIBRARY      "NPZERO"
  4. DESCRIPTION  'NPZERO Windows Dynamic Link Library'
  5.  
  6. EXPORTS
  7.   NP_GetEntryPoints    @1
  8.   NP_Initialize        @2
  9.   NP_Shutdown        @3
  10.