IAPI::ExecuteCommandOfDDEServer

property ExecuteCommandOfDDEServer.

Executes a DDE command through transaction XTYP_EXECUTE

 

HRESULT ExecuteCommandOfDDEServer(
  long hDde,
  BSTR DdeCommand,
  long *pVal
);

Parameters

hDde

[in] .   Handle of DDE connection

DdeCommand

[in] .   DDE command string

pVal

[out, retval] The returned value is

0 (DDE_FNOTPROCESSED)

0x8000 (DDE_FACK) if  OK

other error codes

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