Platform SDK: Interprocess Communications

HSZPAIR

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 { 
    HSZ hszSvc; 
    HSZ hszTopic; 
} HSZPAIR, *PHSZPAIR; 

Members

hszSvc
Handle to a service name.
hszTopic
Handle to a topic name.

Requirements

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Ddeml.h; include Windows.h.

See Also

Dynamic Data Exchange Overview, Dynamic Data Exchange Structures