IDDEClientAcknowledgeEvent

The IDDEClientAcknowledgeEvent class provides event information to a client application regarding an acknowledgment from a server.

An object of this class or one of its derived classes is created when an IDDEClientConversation object needs to pass information about an acknowledgment to the client application. You do not construct objects of this class.


IDDEClientAcknowledgeEvent - Member Functions and Data by Group

Constructors & Destructor

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


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

Supported Platforms

Windows OS/2 AIX
Yes Yes No


[view class]
IDDEClientAcknowledgeEvent
public:
IDDEClientAcknowledgeEvent(const IEvent& ddeEvent)

Supported Platforms

Windows OS/2 AIX
Yes Yes No


Event Information

Use these members to query information about the type of the event that the acknowledgment is for.


[view class]
isAckToBeginHotLink
public:
bool isAckToBeginHotLink() const

Returns true if the acknowledgment is in response to IDDEClientConversation::beginHotLink being called; otherwise, it returns false.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


[view class]
isAckToEndHotLink
public:
bool isAckToEndHotLink() const

Returns true if the acknowledgment is in response to IDDEClientConversation::endHotLink being called; otherwise, it returns false.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


[view class]
isAckToRequestData
public:
bool isAckToRequestData() const

Returns true if the acknowledgment is in response to IDDEClientConversation::requestData being called; otherwise, it returns false.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


IDDEClientAcknowledgeEvent - Inherited Member Functions and Data

Inherited Public Functions

IDDEAcknowledgeEvent
IDDEEvent
IEvent

Inherited Public Data

Inherited Protected Functions

IDDEEvent
IDDEAcknowledgeEvent

Inherited Protected Data