home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / zkuste / digifoto / where / download / WhereIsIt / setup.exe / %MAINDIR% / DescAPI / DescAPI.txt < prev   
Encoding:
Text File  |  2002-08-11  |  2.3 KB  |  52 lines

  1. WhereIsIt? version 3.20
  2. Copyright (c) 1997,2001 Robert Galle
  3. All Rights Reserved
  4.  
  5.  
  6. Description API 2.10
  7. ====================
  8.  
  9. Welcome to the WhereIsIt's Description Application Programming Interface 
  10. (Description API, or DescAPI), a special feature available to programmers 
  11. to extend WhereIsIt's capabilities with automatic description importing. 
  12. For all those new to programming, API is a standardized set of functions 
  13. and procedures that allow both master program and extension library to 
  14. communicate. With Description API, your end result will be a DLL library 
  15. implementing functions described here, therefor allowing itself to 
  16. integrate in WhereIsIt application.
  17.  
  18. DescAPI 2.0 is an enhanced version of the original DescAPI 1.0 and is used
  19. in WhereIsIt 3.0 or newer. Unless your plugin is expected to work in older
  20. WhereIsIt 2.xx as well, plugins should be complying with newer DescAPI 2.0.
  21. WhereIsIt 3.xx can run and use all plugins, designed for DescAPI 1.0 or
  22. DescAPI 2.0.
  23.  
  24. DescAPI 2.10 is extended version of DescAPI 2.0, introduced in WhereIsIt 
  25. 3.20. It adds support for file name formatting and custom icons plugins,
  26. other parts are the same as in DescAPI 2.0. Plugins complying with DescAPI 
  27. 2.10 will work in all WhereIsIt 3.xx and newer versions, however new plugin
  28. types will not be available in WhereIsIt versions prior to 3.20.
  29.  
  30. You can find a detailed information on Description API in the enclosed help 
  31. file.
  32.  
  33.  
  34. A word of causion to C/C++ programmers using these files:
  35. ---------------------------------------------------------
  36. Since I am using Delphi to develop WhereIsIt and my C/C++ knowledge is a bit
  37. rusty by now, the enclosed C/C++ include files as well as references in the
  38. help file may not be exact - I have just translated pascal syntax to C/C++.
  39. If you find any errors in there, please let me know.
  40.  
  41. Files:
  42. ------
  43. DescAPI.hlp    The main Description API help file with Programmer's Reference
  44. DescAPI.cnt    Help context file for DescAPI.hlp
  45. DescAPI.inc    Delphi (pascal) include file with Description API definitions
  46. DescAPI.h      C/C++ include file with Description API 2.10 definitions. 
  47.                Function reference and syntax can be found in the help file.
  48. DescAPI.txt    This file
  49.  
  50.  
  51. Robert Galle
  52. September 2001