IAPI::StartConnectionToDDEServer

property StartConnectionToDDEServer.

Requests a connection with a Dynamic Data Exchange (DDE) server

 

HRESULT StartConnectionToDDEServer(
  BSTR Service,
  BSTR Topic,
  long *pVal
);

Parameters

Service

[in] . Name of the DDE service (e.g Winword, Excel…)

Topic

[in] . Name of the DDE topic.

pVal

[out, retval] The returned value is a handle of DDE connection or negative (failure)

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

E_UNEXPECTED

An unexpected error occoured.

See Also

IAPI