Arguments
|
Description
|
[in]Name
|
The Dbevent of interest. The appropriate event trigger and AQ queue must be
set up prior to this.
Name here refers to the subscription name in the form of the string 'SCHEMA.QUEUE'
if the registration is for a single consumer queue and
'SCHEMA.QUEUE:CONSUMER_NAME' if the registration is for a multiconsumer queue.
The Name string should be in uppercase.
|
[in] DbeventsHdl
| The database event handler. An IDispatch interface implementing the
NotifyDBEvents method which is invoked when the database event of interest is fired.
|
[in] Ctx
| Context-specific information that the application wants passed to
NotifyDbEvents when it is invoked.
|