IDDEActiveServer

The IDDEActiveServer class holds information about a Dynamic Data Exchange (DDE) server application and a particular topic the server application supports.

Objects of this class are created to provide information about possible conversations when one of the two broadcast functions, IDDEClientConversation::supportedTopics or IDDEClientConversation::supportingApplications, is called. IDDEClientConversation objects create objects of this class, which are not intended to be created by application programmers.


IDDEActiveServer - Member Functions and Data by Group

Constructors & Destructor

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


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

Supported Platforms

Windows OS/2 AIX
Yes Yes No


[view class]
IDDEActiveServer
public:
IDDEActiveServer( const char* applicationName, const char* topicName, bool caseSensitive )

Supported Platforms

Windows OS/2 AIX
Yes Yes No


Server Attributes

Use these members to query information about a DDE server application.


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

Returns the name of the server application.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


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

Returns true if the server enforces case sensitivity; otherwise, it returns false.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


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

Returns the name of the topic supported by the server.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


IDDEActiveServer - Inherited Member Functions and Data

Inherited Public Functions

Inherited Public Data

Inherited Protected Functions

Inherited Protected Data