Article # 96, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
How to use GeodeFind.
GeodeFind will find a running geode given its permanent name and return a GeodeHandle for that geode. Note that this only works on geodes that are currently running in the system. It will not work on geodes that are simply on the disk drive somewhere. Here is a sample of how to use GeodeFind: ghGeode = GeodeFind( "spool", 5, 0, 0 ); sprintf( handleStr, "%04xh", ghGeode );