home *** CD-ROM | disk | FTP | other *** search
- -----------------------------GpfRexx Read Me file--------------------------------
-
- This file contains information regarding GpfRexx product and
- documentation changes that have occurred to late to meet
- hardcopy production lead time.
-
- When modifications or enhancements to GpfRexx are urgent or
- especialy useful, our choice is to include them in the
- production code as soon as they have been thoroughly tested.
- This insures that every user receives the latest version of the
- product at the time of purchase. The downside of this policy is
- that the printed documentation may not always be at the same
- level as the shipping version of the software. In practice,
- this is often the case.
-
- The online documentation, on the other hand, is generally
- updated simultaneously with the code. In the rare case when
- this does not happen, notes explaining any new features will be
- found here.
-
- IMPORTANT: In the event of discrepensies between the printed
- documentation and the online documentation or help, assume the
- online information is the most current. This file will contain
- information relating to the latest changes and, if needed,
- information omitted even from the onlines.
-
- -----------------------------In this release-------------------------------------
- NEW FUNCTIONS:
-
- Threads:
- SetPriority(TaskID,Delta,Scope)
- KillThread(TaskID)
-
- Named Pipes:
- CreateNPipe('ObjectPipe','Pipe')
- ConnectNPipe('ObjectPipe')
- DisConnectNPipe('ObjectName')
- ReadNPipe('ObjectPipe')
- WriteNPipe('ObjectPipe',Data)
- TransactNPipe('ObjectPipe',)
- OpenNPipe('ObjectPipe','Pipe')
- CloseNPipe('ObjectPipe')
- WaitNPipe('Pipe')
-
- National Language Support: ** not included in the online documentation **
-
- SetHelpInstance(FileName)
- FileName = any valid help file (.HLP) compiled with IPFC
-
- Usage: SetHelpInstance('NewFile.Hlp');
-
- SetHelpInstance is used to change the current Help system at run
- time. This function is typically used to replace the default
- Help of an application with an alternate Help file created in a
- language differing from the original implementation.
-