IAPI::GetDdemlErrorNumber

property GetDdemlErrorNumber.

Retrieves error code from DDEML library (DDEML.DLL)

 

HRESULT GetDdemlErrorNumber(
  long hDde,
  long *pVal
);

Parameters

hDde

[in] .   Handle of DDE connection

pVal

[out, retval] The returned value is the error number.

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