Destroys the given event notification queue.
public ul_bool ULDestroyNotificationQueue( SQLCA * sqlca, char const * name )
sqlca A pointer to the SQLCA.
name The name of the queue to destroy.
True on success; otherwise, returns false.
A warning is signaled if unread notifications remain in the queue. Unread notifications are discarded. A connection's default event queue, if created, is destroyed when the connection is closed.