home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 3_2004-2005.ISO / Data / Zips / VPS_-_Vari179129992004.psc / Plugins / plugin_readme.txt < prev   
Text File  |  2004-08-26  |  575b  |  16 lines

  1. Plugin required functions...
  2.  
  3. DLL Name = VPS
  4. Class name = Filename of DLL
  5.  
  6. fstrGetName (no args) return result should be a string giving the friendly name of the plugin
  7. fstrGetFunction (no args) return result should be a string giving the function that initializes the plugin
  8. fClose (no args) allows plugin to close itself before VPS terminates
  9. registerparent (refObject) allows the plugin to be able to return calls.
  10.  
  11. Parent functions
  12.  
  13. Log(String) - logs to the log file and screen.
  14. Logfile(String) - logs only to file
  15. Logscreen(String) - logs only to screen
  16.