DdeUninitialize function (ddeml.h)

Frees all Dynamic Data Exchange Management Library (DDEML) resources associated with the calling application.

Syntax

BOOL DdeUninitialize(
  [in] DWORD idInst
);

Parameters

[in] idInst

Type: DWORD

The application instance identifier obtained by a previous call to the DdeInitialize function.

Return value

Type: BOOL

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero.

Remarks

DdeUninitialize terminates any conversations currently open for the application.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header ddeml.h (include Windows.h)
Library User32.lib
DLL User32.dll

See also

Conceptual

DdeDisconnect

DdeDisconnectList

DdeInitialize

Dynamic Data Exchange Management Library

Reference