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.
Constructors & DestructorYou 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.
![]() |
public:
~IDDEActiveServer()
| Windows | OS/2 | AIX |
| Yes | Yes | No |
![]() |
public:
IDDEActiveServer( const char* applicationName, const char* topicName, bool caseSensitive )
| Windows | OS/2 | AIX |
| Yes | Yes | No |
Server AttributesUse these members to query information about a DDE server application.
![]() |
public:
IString application() const
Returns the name of the server application.
| Windows | OS/2 | AIX |
| Yes | Yes | No |
![]() |
public:
bool isCaseSensitive() const
Returns true if the server enforces case sensitivity; otherwise, it returns false.
| Windows | OS/2 | AIX |
| Yes | Yes | No |
![]() |
public:
IString topic() const
Returns the name of the topic supported by the server.
| Windows | OS/2 | AIX |
| Yes | Yes | No |