DBRemoveResultHandler
DBRemoveResultHandler Remove an application result handler
#include <DatabaseAccess.h> Data Access Manager
DBType dataType; specifies the data type
returns Error Code; 0=no error
The DBRemoveResultHandler function removes from memory the
application result handler for the data type that you specify with the dataType
parameter. This function cannot remove a system result handler.
dataType specifies the data type for which the application result handler is
being removed.
Returns: an operating system Error Code.
noErr (0) No error
rcDBNoHandler (-811) There is no handler for this data type installed for the
current application
rcDBPackNotInited (-813) The InitDBPack function has not yet been called