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.
Constructors & DestructorYou 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.
![]() |
public:
~IDDEAcknowledgePokeEvent()
| Windows | OS/2 | AIX |
| Yes | Yes | No |
![]() |
public:
IDDEAcknowledgePokeEvent(const IEvent& ddeEvent)
| Windows | OS/2 | AIX |
| Yes | Yes | No |
Event InformationUse these members to query information about the data you sent to the DDE server application.
![]() |
public:
IString pokedData() const
Returns the data that the client asked the server application
to set.
Note:
| Windows | OS/2 | AIX |
| Yes | Yes | No |
virtual ~IEvent()
IWindowHandle controlHandle() const
virtual IWindow* controlWindow() const
IEvent& decrementOwnerLevels()
virtual IWindow* dispatchingWindow() const
unsigned long eventId() const
IWindowHandle handle() const
IEvent(const IEvent& event)
IEvent( const IWindowHandle& handle, unsigned long eventId, const IEventParameter1& parameter1, const IEventParameter2& parameter2 )
IEvent( IWindow* window, unsigned long eventId, const IEventParameter1& parameter1, const IEventParameter2& parameter2 )
IEvent& operator =(const IEvent& event)
IEventParameter1 parameter1() const
IEventParameter2 parameter2() const
bool passToOwner() const
IEventResult result() const
IEvent& setControlHandle(const IWindowHandle& handle)
IEvent& setDispatchingHandle(const IWindowHandle& handle)
IEvent& setDispatchingWindow(IWindow* window)
IEvent& setHandle(const IWindowHandle& handle)
IEvent& setNumberOfLevels(int levels = - 1)
IEvent& setPassToOwner(bool passOn = true)
IEvent& setResult(const IEventResult& eventResult)
IEvent& setResult(bool eventResult)
virtual IWindow* window() const
unsigned short transactionType() const