HSZPAIR structure (ddeml.h)
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.
Syntax
typedef struct tagHSZPAIR {
HSZ hszSvc;
HSZ hszTopic;
} HSZPAIR, *PHSZPAIR;
Members
hszSvc
Type: HSZ
A handle to the service name.
hszTopic
Type: HSZ
A handle to the topic name.
Requirements
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | ddeml.h (include Windows.h) |