TibrvCmListener::getSubject()

Method

Declaration

TibrvStatus getSubject(
    const char*& subject) const;

Purpose

Extract the subject from a certified delivery listener.

Parameter

Description

subject

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

The program must not modify this string nor free its storage.

See Also

TibrvCmListener