IDDEClientEndEvent

The IDDEClientEndEvent class provides event information to a client application when a conversation is ended or ending.

An object of this class is created when an IDDEClientConversation object needs to notify the application that a conversation is ending or ended. You do not construct objects of this class.


IDDEClientEndEvent - Member Functions and Data by Group

Constructors & Destructor

You can construct and destruct objects of this class, although normally you never need to do so. These events are normally created and deleted for you by IDDEClientConversation objects.


[view class]
~IDDEClientEndEvent
public:
~IDDEClientEndEvent()

Supported Platforms

Windows OS/2 AIX
Yes Yes No


[view class]
IDDEClientEndEvent
public:
IDDEClientEndEvent( const IEvent& ddeEvent, Source endSource, IString application, IString topic )

Supported Platforms

Windows OS/2 AIX
Yes Yes No


Event Information

Use these members to query information about the conversation that is ending.


[view class]
application
public:
IString application() const

Returns the name of the server application for the conversation that is ending or ended.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


[view class]
topic
public:
IString topic() const

Returns the name of the topic supported by the conversation that is ending or ended.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


IDDEClientEndEvent - Inherited Member Functions and Data

Inherited Public Functions

IDDEEndEvent
IEvent

Inherited Public Data

Inherited Protected Functions

Inherited Protected Data