IDDEServerHotLinkEvent

The IDDEServerHotLinkEvent class provides event information to a server application when a client has asked the server to begin a hot link.

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


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

Supported Platforms

Windows OS/2 AIX
Yes Yes No


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

Supported Platforms

Windows OS/2 AIX
Yes Yes No


Event Information

Use these members to query information about the hot link associated with this event.


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

Returns true if the client application has requested a data hot link. Returns false if a notification link has been requested.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


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

Returns true if the client application has requested the server to request an acknowledgment from the client whenever it sends data or a notification.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


IDDEServerHotLinkEvent - Inherited Member Functions and Data

Inherited Public Functions

IDDEEvent
IDDESetAcknowledgeInfoEvent
IEvent

Inherited Public Data

Inherited Protected Functions

IDDEEvent

Inherited Protected Data