spdUnregUserAbutProc
spdUnregUserAbutProc(
[ ?libName t_libName ]
)
=> t / nil
Description
Unregisters the current user abutment callback for the specified library. You cannot unregister a callback during an SPD session because it is still in use.
Arguments
|
Name of the library associated with the user abutment to unregister. |
Value Returned
|
The user abutment callback cannot be unregistered, because there is no user abutment callback registered for the specified library or the callback is currently being used by an SPD session. |
Example
Unregister the current user abutment callback associated with library libA.
spdUnregUserAbutProc(?libName "libA")
=> t
Return to top