IDDEServerAcknowledgeEvent

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

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


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


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

Supported Platforms

Windows OS/2 AIX
Yes Yes No


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

Supported Platforms

Windows OS/2 AIX
Yes Yes No


Event Information

Use these members to query information about an acknowledgment received from a DDE client application.


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

Returns the data the server provided to the client.
Note: The IDDEServerAcknowledgeEvent:: data member's IString is constructed from a void* and length. For character strings, if the terminating NULL is included in the length, it is in the buffer. Before performing string operations, such as concatenation, on this string, use IString::stripTrailing to strip any trailing NULL character.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


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

Returns true if the acknowledgment is in response to IDDETopicServer::hotLinkUpdate being called. It returns false if it is in response to data being provided for an IDDETopicServer::requestData call.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


IDDEServerAcknowledgeEvent - Inherited Member Functions and Data

Inherited Public Functions

IDDEAcknowledgeEvent
IDDEEvent
IEvent

Inherited Public Data

Inherited Protected Functions

IDDEEvent
IDDEAcknowledgeEvent

Inherited Protected Data