Important: The information in this document is obsolete and should not be used for new development.
GetCollectionExceptionProc
You use theGetCollectionExceptionProc
function 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
TheGetCollectionExceptionProc
function returns as its function result a pointer to the exception procedure installed in the collection object referenced by thesource
parameter.SEE ALSO
To install a new exception procedure in a collection object, use theSetCollectionExceptionProc
function, which is described in the next section.For more information about exception procedures, see page 5-101.