IDDEBeginEvent

The IDDEBeginEvent class provides event information to a server application when a client has asked the server to begin a conversation.

An object of this class is created when an IDDETopicServer object needs to pass an acceptConversation request to the server application. You do not construct objects of this class.


IDDEBeginEvent - 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 IDDETopicServer objects.


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

Supported Platforms

Windows OS/2 AIX
Yes Yes No


[view class]
IDDEBeginEvent
public:
IDDEBeginEvent(const IEvent& ddeBeginEvent)

Supported Platforms

Windows OS/2 AIX
Yes Yes No


Event Attributes

Use these members to query information about the requested conversation and to set the case sensitivity of the conversation, if it is accepted.


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

Returns the name of the requested application.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


[view class]
setCaseSensitive
public:
IDDEBeginEvent& setCaseSensitive(bool caseSensitive)

Sets the case-sensitive flag to true. The server application should set this flag if it enforces case sensitivity.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


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

Returns the name of the requested topic.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


IDDEBeginEvent - Inherited Member Functions and Data

Inherited Public Functions

IEvent

Inherited Public Data

Inherited Protected Functions

Inherited Protected Data