Important: The information in this document is obsolete and should not be used for new development.
GetCollectionExceptionProc
You use theGetCollectionExceptionProcfunction to obtain a pointer to the exception procedure installed in a specified collection.
CollectionExceptionProc GetCollectionExceptionProc (Collection source);
source- A reference to the collection object whose exception procedure you want to determine.
- function result
- A pointer to the exception procedure installed in the source collection object.
DESCRIPTION
TheGetCollectionExceptionProcfunction returns as its function result a pointer to the exception procedure installed in the collection object referenced by thesourceparameter.SEE ALSO
To install a new exception procedure in a collection object, use theSetCollectionExceptionProcfunction, which is described in the next section.For more information about exception procedures, see page 5-101.