home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Shareware / Comunicatii / netmansuite / setup.exe / Samples / VisualC / Plugin.def < prev    next >
Text File  |  2001-05-23  |  403b  |  16 lines

  1. ; Plugin.def : Declares the module parameters for the DLL.
  2.  
  3. LIBRARY      "Plugin"
  4. DESCRIPTION  'Plugin Windows Dynamic Link Library'
  5.  
  6. EXPORTS
  7.     GetInfo              @1
  8.     BeginEditProperties  @2
  9.     GetProperties        @3
  10.     EndEditProperties    @4
  11.     CheckServer          @5
  12.     BeginEditPreferences @6
  13.     EndEditPreferences   @7
  14.     ReleaseMemory        @8
  15.     SavePreferences      @9
  16.