IDDEAcknowledgePokeEvent

The IDDEAcknowledgePokeEvent class provides event information to a client application regarding an acknowledgment to a IDDEClientConversation::pokeData request.

An object of this class is created when an IDDEClientConversation object needs to pass information to the client application about an acknowledgment resulting from a pokeData request. You do not construct objects of this class.


IDDEAcknowledgePokeEvent - 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]
~IDDEAcknowledgePokeEvent
public:
~IDDEAcknowledgePokeEvent()

Supported Platforms

Windows OS/2 AIX
Yes Yes No


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

Supported Platforms

Windows OS/2 AIX
Yes Yes No


Event Information

Use these members to query information about the data you sent to the DDE server application.


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

Returns the data that the client asked the server application to set.
Note: The IDDEAcknowledgePokeEvent::pokedData function'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


IDDEAcknowledgePokeEvent - Inherited Member Functions and Data

Inherited Public Functions

IDDEAcknowledgeEvent
IDDEEvent
IEvent

Inherited Public Data

Inherited Protected Functions

IDDEEvent
IDDEAcknowledgeEvent

Inherited Protected Data