Destroys the given event notification queue.
public ul_bool ULDestroyNotificationQueueW( SQLCA * sqlca, ul_wchar const * name )
sqlca A pointer to the SQLCA.
name The name of the queue to destroy.
True on success, otherwise false.
This method prototype is used internally when you refer to ULDestroyNotificationQueue and #define the UNICODE macro on Win32 platforms. Typically, you would not reference this method directly when creating an UltraLite application.