TibrvListener::getSubject()

Method

Declaration

TibrvStatus getSubject(const char*& subject) const;

Purpose

Extract the subject from a listener event object.

Parameter

Description

subject

The program supplies a variable. The method stores the subject of the listener event object in that variable.

Remarks

Programs must not free nor modify the resulting subject string.