home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / basic / eventshell / Docs / Templates < prev    next >
Encoding:
Text File  |  1996-04-11  |  417 b   |  15 lines

  1. --------------------------------------------------------
  2.  
  3. PROCshell_TemplateFileInfo()
  4. =>    str    template file name (full path)
  5.     int    buffer size required for loading
  6.          (updated on return)
  7.     int    nr of templates in file
  8.          (updated on return)
  9.     int    result flag
  10.  
  11. Result flag (PROCshell_TemplateFileInfo)
  12.  -1 file not found
  13.  -2 file exists but is not a template file
  14.  
  15. --------------------------------------------------------