HSZPAIR  O00ASO 

The HSZPAIR structure contains a DDE service name and topic name. A DDE server application can use this structure during an XTYP_WILDCONNECT transaction to enumerate the service-topic pairs that it supports.

typedef struct tagHSZPAIR {    // hp

    HSZ hszSvc;

    HSZ hszTopic;

} HSZPAIR;

 

Members

hszSvc

Identifies a service name.

hszTopic

Identifies a topic name.